pub struct ImagePruneOpts { /* private fields */ }
Implementations§
Source§impl ImagePruneOpts
impl ImagePruneOpts
Sourcepub fn builder() -> ImagePruneOptsBuilder
pub fn builder() -> ImagePruneOptsBuilder
Returns a new instance of a builder for ImagePruneOpts.
Trait Implementations§
Source§impl Clone for ImagePruneOpts
impl Clone for ImagePruneOpts
Source§fn clone(&self) -> ImagePruneOpts
fn clone(&self) -> ImagePruneOpts
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 ImagePruneOpts
impl Debug for ImagePruneOpts
Source§impl Default for ImagePruneOpts
impl Default for ImagePruneOpts
Source§fn default() -> ImagePruneOpts
fn default() -> ImagePruneOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImagePruneOpts
impl RefUnwindSafe for ImagePruneOpts
impl Send for ImagePruneOpts
impl Sync for ImagePruneOpts
impl Unpin for ImagePruneOpts
impl UnwindSafe for ImagePruneOpts
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