Struct docker_api::network::NetworkCreateOptions [−][src]
pub struct NetworkCreateOptions { /* fields omitted */ }Expand description
Interface for creating new docker network
Implementations
return a new instance of a builder for options
serialize options as a string. returns None if no options are defined
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkCreateOptionsimpl Send for NetworkCreateOptionsimpl Sync for NetworkCreateOptionsimpl Unpin for NetworkCreateOptionsimpl UnwindSafe for NetworkCreateOptions