pub struct VolumeDelete {
pub force: Option<bool>,
}
Available on crate feature
v4
only.Fields§
§force: Option<bool>
Force removal of the volume. This actually only causes errors due to the names volume not being found to be suppressed, which is the behaviour Docker implements.
Trait Implementations§
Source§impl Debug for VolumeDelete
impl Debug for VolumeDelete
Source§impl Default for VolumeDelete
impl Default for VolumeDelete
Source§fn default() -> VolumeDelete
fn default() -> VolumeDelete
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VolumeDelete
impl RefUnwindSafe for VolumeDelete
impl Send for VolumeDelete
impl Sync for VolumeDelete
impl Unpin for VolumeDelete
impl UnwindSafe for VolumeDelete
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