pub enum ImageOpt {
Name(Id),
Tag(Id, String),
Digest(Id, String),
}
Expand description
Used to filter listed images with ImagesListFilter
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageOpt
impl RefUnwindSafe for ImageOpt
impl Send for ImageOpt
impl Sync for ImageOpt
impl Unpin for ImageOpt
impl UnwindSafe for ImageOpt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more