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