pub struct ContainerDelete {
pub force: Option<bool>,
pub v: Option<bool>,
pub link: Option<bool>,
}
Available on crate feature
v5
only.Fields§
§force: Option<bool>
If the container is running, kill it before removing it.
v: Option<bool>
Remove the volumes associated with the container.
link: Option<bool>
not supported
Trait Implementations§
Source§impl Debug for ContainerDelete
impl Debug for ContainerDelete
Source§impl Default for ContainerDelete
impl Default for ContainerDelete
Source§fn default() -> ContainerDelete
fn default() -> ContainerDelete
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerDelete
impl RefUnwindSafe for ContainerDelete
impl Send for ContainerDelete
impl Sync for ContainerDelete
impl Unpin for ContainerDelete
impl UnwindSafe for ContainerDelete
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