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