pub struct ContainerDeleteOpts { /* private fields */ }
Expand description
Adjust the way a container is deleted.
Implementations§
Source§impl ContainerDeleteOpts
impl ContainerDeleteOpts
Sourcepub fn builder() -> ContainerDeleteOptsBuilder
pub fn builder() -> ContainerDeleteOptsBuilder
Returns a new instance of a builder for ContainerDeleteOpts.
Trait Implementations§
Source§impl Clone for ContainerDeleteOpts
impl Clone for ContainerDeleteOpts
Source§fn clone(&self) -> ContainerDeleteOpts
fn clone(&self) -> ContainerDeleteOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContainerDeleteOpts
impl Debug for ContainerDeleteOpts
Source§impl Default for ContainerDeleteOpts
impl Default for ContainerDeleteOpts
Source§fn default() -> ContainerDeleteOpts
fn default() -> ContainerDeleteOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerDeleteOpts
impl RefUnwindSafe for ContainerDeleteOpts
impl Send for ContainerDeleteOpts
impl Sync for ContainerDeleteOpts
impl Unpin for ContainerDeleteOpts
impl UnwindSafe for ContainerDeleteOpts
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