Struct docker_api::api::secret::opts::SecretListOptsBuilder [−][src]
pub struct SecretListOptsBuilder { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
A builder struct for SecretListOpts.
Implementations
Finish building SecretListOpts.
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = SecretFilter>,
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = SecretFilter>,
Filter the list of filters by one of the variants of the enum.
Trait Implementations
Returns the “default value” for a type. Read more