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