pub enum DHCPFallback {
Static,
AutoConfig,
None,
}
Variants§
Static
DHCP shall fall back to a static address specified by IPv4StaticAddresses.
AutoConfig
DHCP shall fall back to an address generated by the implementation.
None
DHCP shall continue trying to obtain an address without falling back to a fixed address.
Trait Implementations§
source§impl Clone for DHCPFallback
impl Clone for DHCPFallback
source§fn clone(&self) -> DHCPFallback
fn clone(&self) -> DHCPFallback
Returns a copy 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 DHCPFallback
impl Debug for DHCPFallback
source§impl Default for DHCPFallback
impl Default for DHCPFallback
source§fn default() -> DHCPFallback
fn default() -> DHCPFallback
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DHCPFallback
impl<'de> Deserialize<'de> for DHCPFallback
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