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 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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more