Struct docker_api::api::network::opts::EndpointIpamConfig [−][src]
pub struct EndpointIpamConfig { /* fields omitted */ }
Expand description
Used to configure endpoint IPAM configuration when connection a container to a network.
See ipam_config
.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more