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