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