pub struct AddrieR { /* private fields */ }
Expand description
Value of the field ADDRIE
Implementations§
Auto Trait Implementations§
impl Freeze for AddrieR
impl RefUnwindSafe for AddrieR
impl Send for AddrieR
impl Sync for AddrieR
impl Unpin for AddrieR
impl UnwindSafe for AddrieR
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