pub struct EndpointIpamConfig { /* private fields */ }
Expand description
Used to configure endpoint IPAM configuration when connection a container to a network.
See ipam_config
.
Implementations§
Trait Implementations§
Source§impl Default for EndpointIpamConfig
impl Default for EndpointIpamConfig
Source§fn default() -> EndpointIpamConfig
fn default() -> EndpointIpamConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EndpointIpamConfig
impl RefUnwindSafe for EndpointIpamConfig
impl Send for EndpointIpamConfig
impl Sync for EndpointIpamConfig
impl Unpin for EndpointIpamConfig
impl UnwindSafe for EndpointIpamConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more