Struct docker_api_stubs::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>>,
}
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>>
Trait Implementations
sourceimpl Clone for EndpointIpamConfig
impl Clone for EndpointIpamConfig
sourcefn clone(&self) -> EndpointIpamConfig
fn clone(&self) -> EndpointIpamConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EndpointIpamConfig
impl Debug for EndpointIpamConfig
sourceimpl<'de> Deserialize<'de> for EndpointIpamConfig
impl<'de> Deserialize<'de> for EndpointIpamConfig
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<EndpointIpamConfig> for EndpointIpamConfig
impl PartialEq<EndpointIpamConfig> for EndpointIpamConfig
sourcefn eq(&self, other: &EndpointIpamConfig) -> bool
fn eq(&self, other: &EndpointIpamConfig) -> bool
sourceimpl Serialize for EndpointIpamConfig
impl Serialize for EndpointIpamConfig
impl StructuralPartialEq for EndpointIpamConfig
Auto Trait Implementations
impl RefUnwindSafe for EndpointIpamConfig
impl Send for EndpointIpamConfig
impl Sync for EndpointIpamConfig
impl Unpin for EndpointIpamConfig
impl UnwindSafe for EndpointIpamConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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