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