Enum docker_sdk::image::ImageFilter
source · Expand description
Filter options for image listings
Variants
Dangling
LabelName(String)
Label(String, String)
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more