Struct podman_api_stubs::models::EndpointIpamConfig [−][src]
pub struct EndpointIpamConfig {
pub i_pv4_address: Option<String>,
pub i_pv6_address: Option<String>,
pub link_local_i_ps: Option<Vec<String>>,
}
Expand description
EndpointIPAMConfig represents IPAM configurations for the endpoint
Fields
i_pv4_address: Option<String>
i_pv6_address: Option<String>
link_local_i_ps: Option<Vec<String>>
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more