Struct docker_api::api::network::opts::ContainerDisconnectionOpts [−][src]
pub struct ContainerDisconnectionOpts { /* fields omitted */ }
Expand description
Interface for disconnecting a container from a network.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContainerDisconnectionOpts
impl Send for ContainerDisconnectionOpts
impl Sync for ContainerDisconnectionOpts
impl Unpin for ContainerDisconnectionOpts
impl UnwindSafe for ContainerDisconnectionOpts
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