Struct docker_api::opts::ContainerPruneOpts  
source · [−]pub struct ContainerPruneOpts { /* private fields */ }Implementations
sourceimpl ContainerPruneOpts
 
impl ContainerPruneOpts
sourcepub fn builder() -> ContainerPruneOptsBuilder
 
pub fn builder() -> ContainerPruneOptsBuilder
Returns a new instance of a builder for ContainerPruneOpts.
Trait Implementations
sourceimpl Clone for ContainerPruneOpts
 
impl Clone for ContainerPruneOpts
sourcefn clone(&self) -> ContainerPruneOpts
 
fn clone(&self) -> ContainerPruneOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ContainerPruneOpts
 
impl Debug for ContainerPruneOpts
sourceimpl Default for ContainerPruneOpts
 
impl Default for ContainerPruneOpts
sourcefn default() -> ContainerPruneOpts
 
fn default() -> ContainerPruneOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for ContainerPruneOpts
 
impl Serialize for ContainerPruneOpts
Auto Trait Implementations
impl RefUnwindSafe for ContainerPruneOpts
impl Send for ContainerPruneOpts
impl Sync for ContainerPruneOpts
impl Unpin for ContainerPruneOpts
impl UnwindSafe for ContainerPruneOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more