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