Enum podman_api::opts::ImageListFilter [−][src]
pub enum ImageListFilter {
Before(ImageOpt),
Dangling(bool),
LabelKey(String),
LabelKeyVal(String, String),
Reference(Id, Option<String>),
Id(Id),
Since(ImageOpt),
}
Expand description
Used to filter listed images by one of the variants.
Variants
Before(ImageOpt)
Tuple Fields
0: ImageOpt
Dangling(bool)
Tuple Fields
0: bool
LabelKey(String)
Tuple Fields
0: String
Image that contains key label.
LabelKeyVal(String, String)
Image that contains key-value label.
Reference(Id, Option<String>)
Image name with optional tag.
Id(Id)
Tuple Fields
0: Id
Since(ImageOpt)
Tuple Fields
0: ImageOpt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageListFilter
impl Send for ImageListFilter
impl Sync for ImageListFilter
impl Unpin for ImageListFilter
impl UnwindSafe for ImageListFilter
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