pub struct ContainerDeleteLibpod {
pub depend: Option<bool>,
pub force: Option<bool>,
pub ignore: Option<bool>,
pub timeout: Option<i64>,
pub v: Option<bool>,
}
Available on crate feature
v4
only.Fields§
§depend: Option<bool>
additionally remove containers that depend on the container to be removed
force: Option<bool>
force stop container if running
ignore: Option<bool>
ignore errors when the container to be removed does not existxo
timeout: Option<i64>
number of seconds to wait before killing container when force removing
v: Option<bool>
delete volumes
Trait Implementations§
Source§impl Debug for ContainerDeleteLibpod
impl Debug for ContainerDeleteLibpod
Source§impl Default for ContainerDeleteLibpod
impl Default for ContainerDeleteLibpod
Source§fn default() -> ContainerDeleteLibpod
fn default() -> ContainerDeleteLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerDeleteLibpod
impl RefUnwindSafe for ContainerDeleteLibpod
impl Send for ContainerDeleteLibpod
impl Sync for ContainerDeleteLibpod
impl Unpin for ContainerDeleteLibpod
impl UnwindSafe for ContainerDeleteLibpod
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