pub struct Bytes48(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bytes48
impl RefUnwindSafe for Bytes48
impl Send for Bytes48
impl Sync for Bytes48
impl Unpin for Bytes48
impl UnwindSafe for Bytes48
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