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