pub struct PodDeleteLibpod {
pub force: Option<bool>,
}
Available on crate feature
v4
only.Fields§
§force: Option<bool>
force removal of a running pod by first stopping all containers, then removing all containers in the pod
Trait Implementations§
Source§impl Debug for PodDeleteLibpod
impl Debug for PodDeleteLibpod
Source§impl Default for PodDeleteLibpod
impl Default for PodDeleteLibpod
Source§fn default() -> PodDeleteLibpod
fn default() -> PodDeleteLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PodDeleteLibpod
impl RefUnwindSafe for PodDeleteLibpod
impl Send for PodDeleteLibpod
impl Sync for PodDeleteLibpod
impl Unpin for PodDeleteLibpod
impl UnwindSafe for PodDeleteLibpod
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