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