Struct docker_api::opts::NetworkCreateOpts
source · pub struct NetworkCreateOpts { /* private fields */ }
Expand description
Interface for creating new docker network
Implementations§
Trait Implementations§
source§impl Clone for NetworkCreateOpts
impl Clone for NetworkCreateOpts
source§fn clone(&self) -> NetworkCreateOpts
fn clone(&self) -> NetworkCreateOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more