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