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