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