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