Enum podman_api::opts::VolumePruneFilter [−][src]
Expand description
Used to filter pruned volumes.
Variants
LabelKey(String)
Tuple Fields
0: String
Volumes with a label.
LabelKeyVal(String, String)
Volumes with a key-value label.
Until(String)
Tuple Fields
0: String
The
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VolumePruneFilter
impl Send for VolumePruneFilter
impl Sync for VolumePruneFilter
impl Unpin for VolumePruneFilter
impl UnwindSafe for VolumePruneFilter
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