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