Struct podman_api::opts::NetworkCreateOpts
source · pub struct NetworkCreateOpts { /* private fields */ }
Expand description
Adjust how a network is created.
Implementations§
source§impl NetworkCreateOpts
impl NetworkCreateOpts
sourcepub fn builder() -> NetworkCreateOptsBuilder
pub fn builder() -> NetworkCreateOptsBuilder
Returns a new instance of a builder for NetworkCreateOpts.
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 moresource§impl Debug for NetworkCreateOpts
impl Debug for NetworkCreateOpts
source§impl Default for NetworkCreateOpts
impl Default for NetworkCreateOpts
source§fn default() -> NetworkCreateOpts
fn default() -> NetworkCreateOpts
Returns the “default value” for a type. Read more