Struct docker_command::CreateNetworkOpt [−][src]
pub struct CreateNetworkOpt {
pub name: String,
}Expand description
Options for creating a network.
Fields
name: StringNetwork name.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateNetworkOpt
impl Send for CreateNetworkOpt
impl Sync for CreateNetworkOpt
impl Unpin for CreateNetworkOpt
impl UnwindSafe for CreateNetworkOpt
Blanket Implementations
Mutably borrows from an owned value. Read more