pub enum Ipv6AddressGeneration {
Eui64,
StablePrivacy,
}Variants
Eui64
StablePrivacy
Trait Implementations
sourceimpl Clone for Ipv6AddressGeneration
impl Clone for Ipv6AddressGeneration
sourcefn clone(&self) -> Ipv6AddressGeneration
fn clone(&self) -> Ipv6AddressGeneration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Ipv6AddressGeneration
impl Debug for Ipv6AddressGeneration
sourceimpl<'de> Deserialize<'de> for Ipv6AddressGeneration
impl<'de> Deserialize<'de> for Ipv6AddressGeneration
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Ipv6AddressGeneration> for Ipv6AddressGeneration
impl PartialEq<Ipv6AddressGeneration> for Ipv6AddressGeneration
sourcefn eq(&self, other: &Ipv6AddressGeneration) -> bool
fn eq(&self, other: &Ipv6AddressGeneration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for Ipv6AddressGeneration
impl Serialize for Ipv6AddressGeneration
impl Eq for Ipv6AddressGeneration
impl StructuralEq for Ipv6AddressGeneration
impl StructuralPartialEq for Ipv6AddressGeneration
Auto Trait Implementations
impl RefUnwindSafe for Ipv6AddressGeneration
impl Send for Ipv6AddressGeneration
impl Sync for Ipv6AddressGeneration
impl Unpin for Ipv6AddressGeneration
impl UnwindSafe for Ipv6AddressGeneration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more