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