Struct docker_api::opts::ContainerRemoveOpts
source · [−]pub struct ContainerRemoveOpts { /* private fields */ }
Implementations
sourceimpl ContainerRemoveOpts
impl ContainerRemoveOpts
sourcepub fn builder() -> ContainerRemoveOptsBuilder
pub fn builder() -> ContainerRemoveOptsBuilder
Returns a new instance of a builder for ContainerRemoveOpts.
Trait Implementations
sourceimpl Clone for ContainerRemoveOpts
impl Clone for ContainerRemoveOpts
sourcefn clone(&self) -> ContainerRemoveOpts
fn clone(&self) -> ContainerRemoveOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContainerRemoveOpts
impl Debug for ContainerRemoveOpts
sourceimpl Default for ContainerRemoveOpts
impl Default for ContainerRemoveOpts
sourcefn default() -> ContainerRemoveOpts
fn default() -> ContainerRemoveOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for ContainerRemoveOpts
impl Serialize for ContainerRemoveOpts
Auto Trait Implementations
impl RefUnwindSafe for ContainerRemoveOpts
impl Send for ContainerRemoveOpts
impl Sync for ContainerRemoveOpts
impl Unpin for ContainerRemoveOpts
impl UnwindSafe for ContainerRemoveOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more