Struct docker_api::opts::ContainerRemoveOpts
source · 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