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