Struct docker_api::api::network::opts::NetworkCreateOpts [−][src]
pub struct NetworkCreateOpts { /* fields omitted */ }
Expand description
Interface for creating new docker network
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkCreateOpts
impl Send for NetworkCreateOpts
impl Sync for NetworkCreateOpts
impl Unpin for NetworkCreateOpts
impl UnwindSafe for NetworkCreateOpts