Struct docker_api::opts::NetworkListOptsBuilder
source · pub struct NetworkListOptsBuilder { /* private fields */ }
Expand description
A builder struct for NetworkListOpts.
Implementations§
source§impl NetworkListOptsBuilder
impl NetworkListOptsBuilder
sourcepub fn build(self) -> NetworkListOpts
pub fn build(self) -> NetworkListOpts
Finish building NetworkListOpts.
source§impl NetworkListOptsBuilder
impl NetworkListOptsBuilder
sourcepub fn filter(self, filters: impl IntoIterator<Item = NetworkFilter>) -> Self
pub fn filter(self, filters: impl IntoIterator<Item = NetworkFilter>) -> Self
Filter the list of networks by one of the variants of the filter.
Trait Implementations§
source§impl Clone for NetworkListOptsBuilder
impl Clone for NetworkListOptsBuilder
source§fn clone(&self) -> NetworkListOptsBuilder
fn clone(&self) -> NetworkListOptsBuilder
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 NetworkListOptsBuilder
impl Debug for NetworkListOptsBuilder
source§impl Default for NetworkListOptsBuilder
impl Default for NetworkListOptsBuilder
source§fn default() -> NetworkListOptsBuilder
fn default() -> NetworkListOptsBuilder
Returns the “default value” for a type. Read more