pub struct IpHash { /* private fields */ }Auto Trait Implementations§
impl !RefUnwindSafe for IpHash
impl !UnwindSafe for IpHash
impl Freeze for IpHash
impl Send for IpHash
impl Sync for IpHash
impl Unpin for IpHash
impl UnsafeUnpin for IpHash
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