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