pub struct HashIp;Expand description
The hash:ip set type uses a hash to store IP host addresses (default) or network addresses. Zero valued IP address cannot be stored in a hash:ip type of set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashIp
impl RefUnwindSafe for HashIp
impl Send for HashIp
impl Sync for HashIp
impl Unpin for HashIp
impl UnwindSafe for HashIp
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