pub enum Ipv6AddressGeneration {
Eui64,
StablePrivacy,
}
Variants§
Trait Implementations§
Source§impl Clone for Ipv6AddressGeneration
impl Clone for Ipv6AddressGeneration
Source§fn clone(&self) -> Ipv6AddressGeneration
fn clone(&self) -> Ipv6AddressGeneration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Ipv6AddressGeneration
impl Debug for Ipv6AddressGeneration
Source§impl<'de> Deserialize<'de> for Ipv6AddressGeneration
impl<'de> Deserialize<'de> for Ipv6AddressGeneration
Source§fn 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
Source§impl PartialEq for Ipv6AddressGeneration
impl PartialEq for Ipv6AddressGeneration
Source§impl Serialize for Ipv6AddressGeneration
impl Serialize for Ipv6AddressGeneration
impl Eq for Ipv6AddressGeneration
impl StructuralPartialEq for Ipv6AddressGeneration
Auto Trait Implementations§
impl Freeze for Ipv6AddressGeneration
impl RefUnwindSafe for Ipv6AddressGeneration
impl Send for Ipv6AddressGeneration
impl Sync for Ipv6AddressGeneration
impl Unpin for Ipv6AddressGeneration
impl UnwindSafe for Ipv6AddressGeneration
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