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