Struct docker_api::models::EndpointIpamConfig
source · pub struct EndpointIpamConfig {
pub i_pv_4_address: Option<String>,
pub i_pv_6_address: Option<String>,
pub link_local_i_ps: Option<Vec<String, Global>>,
}
Expand description
EndpointIPAMConfig represents an endpoint’s IPAM configuration.
Fields§
§i_pv_4_address: Option<String>
§i_pv_6_address: Option<String>
§link_local_i_ps: Option<Vec<String, Global>>
Trait Implementations§
source§impl Clone for EndpointIpamConfig
impl Clone for EndpointIpamConfig
source§fn clone(&self) -> EndpointIpamConfig
fn clone(&self) -> EndpointIpamConfig
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 EndpointIpamConfig
impl Debug for EndpointIpamConfig
source§impl<'de> Deserialize<'de> for EndpointIpamConfig
impl<'de> Deserialize<'de> for EndpointIpamConfig
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointIpamConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<EndpointIpamConfig, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<EndpointIpamConfig> for EndpointIpamConfig
impl PartialEq<EndpointIpamConfig> for EndpointIpamConfig
source§fn eq(&self, other: &EndpointIpamConfig) -> bool
fn eq(&self, other: &EndpointIpamConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EndpointIpamConfig
impl Serialize for EndpointIpamConfig
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more