Enum docker_api::api::image::opts::ImageFilter [−][src]
pub enum ImageFilter {
Before(ImageName),
Dangling,
LabelKey(String),
Label(String, String),
Since(ImageName),
}Expand description
Filter type used to filter listed images.
Variants
Before(ImageName)LabelKey(String)Label in the form of label=key.
Label in the form of label=key=val.
Since(ImageName)Auto Trait Implementations
impl RefUnwindSafe for ImageFilterimpl Send for ImageFilterimpl Sync for ImageFilterimpl Unpin for ImageFilterimpl UnwindSafe for ImageFilter