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)
Tuple Fields
0: ImageNameDangling
LabelKey(String)
Tuple Fields
0: StringLabel in the form of label=key.
Label(String, String)
Label in the form of label=key=val.
Since(ImageName)
Tuple Fields
0: ImageNameAuto Trait Implementations
impl RefUnwindSafe for ImageFilter
impl Send for ImageFilter
impl Sync for ImageFilter
impl Unpin for ImageFilter
impl UnwindSafe for ImageFilter
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