pub struct ImageDelete {
pub force: Option<bool>,
pub noprune: Option<bool>,
}
Available on crate feature
v5
only.Fields§
§force: Option<bool>
remove the image even if used by containers or has other tags
noprune: Option<bool>
do not remove dangling parent images
Trait Implementations§
Source§impl Debug for ImageDelete
impl Debug for ImageDelete
Source§impl Default for ImageDelete
impl Default for ImageDelete
Source§fn default() -> ImageDelete
fn default() -> ImageDelete
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageDelete
impl RefUnwindSafe for ImageDelete
impl Send for ImageDelete
impl Sync for ImageDelete
impl Unpin for ImageDelete
impl UnwindSafe for ImageDelete
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