Struct docker_api::opts::NetworkListOpts
source · pub struct NetworkListOpts { /* private fields */ }
Expand description
Options for filtering networks list results“
Implementations§
source§impl NetworkListOpts
impl NetworkListOpts
sourcepub fn builder() -> NetworkListOptsBuilder
pub fn builder() -> NetworkListOptsBuilder
Returns a new instance of a builder for NetworkListOpts.
Trait Implementations§
source§impl Clone for NetworkListOpts
impl Clone for NetworkListOpts
source§fn clone(&self) -> NetworkListOpts
fn clone(&self) -> NetworkListOpts
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 NetworkListOpts
impl Debug for NetworkListOpts
source§impl Default for NetworkListOpts
impl Default for NetworkListOpts
source§fn default() -> NetworkListOpts
fn default() -> NetworkListOpts
Returns the “default value” for a type. Read more