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