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