pub struct Uint168(pub [u8; 21]);
Tuple Fields§
§0: [u8; 21]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uint168
impl RefUnwindSafe for Uint168
impl Send for Uint168
impl Sync for Uint168
impl Unpin for Uint168
impl UnwindSafe for Uint168
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