Struct docker_api::api::volume::opts::VolumeListOptsBuilder [−][src]
pub struct VolumeListOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for VolumeListOpts.
Implementations
Finish building VolumeListOpts.
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = VolumeFilter>,
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = VolumeFilter>,
Filter listed volumes by one of the variants of the filter enum.
Trait Implementations
Returns the “default value” for a type. Read more