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: ImageName
Dangling
LabelKey(String)
Tuple Fields
0: String
Label in the form of label=key
.
Label(String, String)
Label in the form of label=key=val
.
Since(ImageName)
Tuple Fields
0: ImageName
Auto 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