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