Struct sep2_common::packages::primitives::LFDI
source · pub struct LFDI(pub HexBinary160);
Tuple Fields§
§0: HexBinary160
Trait Implementations§
source§impl PartialEq<LFDI> for LFDI
impl PartialEq<LFDI> for LFDI
impl Eq for LFDI
impl StructuralEq for LFDI
impl StructuralPartialEq for LFDI
Auto Trait Implementations§
impl RefUnwindSafe for LFDI
impl Send for LFDI
impl Sync for LFDI
impl Unpin for LFDI
impl UnwindSafe for LFDI
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more