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
Auto Trait Implementations
impl RefUnwindSafe for VolumeListOptsBuilder
impl Send for VolumeListOptsBuilder
impl Sync for VolumeListOptsBuilder
impl Unpin for VolumeListOptsBuilder
impl UnwindSafe for VolumeListOptsBuilder
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