Enum podman_api::opts::VolumeListFilter [−][src]
pub enum VolumeListFilter {
Driver(String),
LabelKey(String),
LabelKeyVal(String, String),
Name(String),
Opt(String),
Until(String),
}
Expand description
Used to filter listed volumes by one of the variants.
Variants
Driver(String)
Tuple Fields
0: String
Match a volume based on a driver.
LabelKey(String)
Tuple Fields
0: String
Volumes with a label.
LabelKeyVal(String, String)
Volumes with a key-value label.
Name(String)
Tuple Fields
0: String
Volume with name
Opt(String)
Tuple Fields
0: String
Volumes with storage driver opts
Until(String)
Tuple Fields
0: String
The
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VolumeListFilter
impl Send for VolumeListFilter
impl Sync for VolumeListFilter
impl Unpin for VolumeListFilter
impl UnwindSafe for VolumeListFilter
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