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