Struct docker_api::opts::ServiceListOptsBuilder
source · pub struct ServiceListOptsBuilder { /* private fields */ }
Available on crate feature
swarm
only.Expand description
A builder struct for ServiceListOpts.
Implementations§
source§impl ServiceListOptsBuilder
impl ServiceListOptsBuilder
sourcepub fn build(self) -> ServiceListOpts
pub fn build(self) -> ServiceListOpts
Finish building ServiceListOpts.
source§impl ServiceListOptsBuilder
impl ServiceListOptsBuilder
pub fn filter(self, filters: impl IntoIterator<Item = ServiceFilter>) -> Self
Trait Implementations§
source§impl Clone for ServiceListOptsBuilder
impl Clone for ServiceListOptsBuilder
source§fn clone(&self) -> ServiceListOptsBuilder
fn clone(&self) -> ServiceListOptsBuilder
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 ServiceListOptsBuilder
impl Debug for ServiceListOptsBuilder
source§impl Default for ServiceListOptsBuilder
impl Default for ServiceListOptsBuilder
source§fn default() -> ServiceListOptsBuilder
fn default() -> ServiceListOptsBuilder
Returns the “default value” for a type. Read more