pub struct ImageRemoveManyOptions<'a> {
pub all: Option<bool>,
pub force: Option<bool>,
pub ignore: Option<bool>,
pub images: Option<Vec<&'a str>>,
pub lookup_manifest: Option<bool>,
}
Fields§
§all: Option<bool>
§force: Option<bool>
§ignore: Option<bool>
§images: Option<Vec<&'a str>>
§lookup_manifest: Option<bool>
Trait Implementations§
Source§impl<'a> Default for ImageRemoveManyOptions<'a>
impl<'a> Default for ImageRemoveManyOptions<'a>
Source§fn default() -> ImageRemoveManyOptions<'a>
fn default() -> ImageRemoveManyOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ImageRemoveManyOptions<'a>
impl<'a> RefUnwindSafe for ImageRemoveManyOptions<'a>
impl<'a> Send for ImageRemoveManyOptions<'a>
impl<'a> Sync for ImageRemoveManyOptions<'a>
impl<'a> Unpin for ImageRemoveManyOptions<'a>
impl<'a> UnwindSafe for ImageRemoveManyOptions<'a>
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