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