pub struct GetAddr;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAddr
impl RefUnwindSafe for GetAddr
impl Send for GetAddr
impl Sync for GetAddr
impl Unpin for GetAddr
impl UnsafeUnpin for GetAddr
impl UnwindSafe for GetAddr
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