Struct docker_api::api::volume::opts::VolumePruneOptsBuilder [−][src]
pub struct VolumePruneOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for VolumePruneOpts.
Implementations
Finish building VolumePruneOpts.
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 pruned 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 VolumePruneOptsBuilder
impl Send for VolumePruneOptsBuilder
impl Sync for VolumePruneOptsBuilder
impl Unpin for VolumePruneOptsBuilder
impl UnwindSafe for VolumePruneOptsBuilder
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