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
Auto Trait Implementations§
impl Freeze for ContainerPruneOpts
impl RefUnwindSafe for ContainerPruneOpts
impl Send for ContainerPruneOpts
impl Sync for ContainerPruneOpts
impl Unpin for ContainerPruneOpts
impl UnwindSafe for ContainerPruneOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more