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