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