Struct docker_api::api::network::Network [−][src]
pub struct Network<'docker> { /* fields omitted */ }
Expand description
Interface for accessing and manipulating Docker Network.
Implementations
Inspect this Network.
Delete this Network.
Connect container to network.
Disconnect container to network.
Trait Implementations
Auto Trait Implementations
impl<'docker> !RefUnwindSafe for Network<'docker>
impl<'docker> !UnwindSafe for Network<'docker>