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