pub struct NormalizeIpOptions {
pub ipv6_subnet: Ipv6Subnet,
}Expand description
Options for IP normalization.
Fields§
§ipv6_subnet: Ipv6SubnetTrait Implementations§
Source§impl Clone for NormalizeIpOptions
impl Clone for NormalizeIpOptions
Source§fn clone(&self) -> NormalizeIpOptions
fn clone(&self) -> NormalizeIpOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NormalizeIpOptions
Source§impl Debug for NormalizeIpOptions
impl Debug for NormalizeIpOptions
Source§impl Default for NormalizeIpOptions
impl Default for NormalizeIpOptions
impl Eq for NormalizeIpOptions
Source§impl PartialEq for NormalizeIpOptions
impl PartialEq for NormalizeIpOptions
Source§fn eq(&self, other: &NormalizeIpOptions) -> bool
fn eq(&self, other: &NormalizeIpOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NormalizeIpOptions
Auto Trait Implementations§
impl Freeze for NormalizeIpOptions
impl RefUnwindSafe for NormalizeIpOptions
impl Send for NormalizeIpOptions
impl Sync for NormalizeIpOptions
impl Unpin for NormalizeIpOptions
impl UnsafeUnpin for NormalizeIpOptions
impl UnwindSafe for NormalizeIpOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.