Struct docker_api::opts::ContainerStopOpts
source · pub struct ContainerStopOpts { /* private fields */ }
Implementations§
source§impl ContainerStopOpts
impl ContainerStopOpts
sourcepub fn builder() -> ContainerStopOptsBuilder
pub fn builder() -> ContainerStopOptsBuilder
Returns a new instance of a builder for ContainerStopOpts.
Trait Implementations§
source§impl Clone for ContainerStopOpts
impl Clone for ContainerStopOpts
source§fn clone(&self) -> ContainerStopOpts
fn clone(&self) -> ContainerStopOpts
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 ContainerStopOpts
impl Debug for ContainerStopOpts
source§impl Default for ContainerStopOpts
impl Default for ContainerStopOpts
source§fn default() -> ContainerStopOpts
fn default() -> ContainerStopOpts
Returns the “default value” for a type. Read more