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