Struct docker_api::api::config::opts::ConfigListOptsBuilder [−][src]
pub struct ConfigListOptsBuilder { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
A builder struct for ConfigListOpts.
Implementations
Finish building ConfigListOpts.
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = ConfigFilter>,
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = ConfigFilter>,
Filter listed configs by variants of the enum.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConfigListOptsBuilder
impl Send for ConfigListOptsBuilder
impl Sync for ConfigListOptsBuilder
impl Unpin for ConfigListOptsBuilder
impl UnwindSafe for ConfigListOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more