Struct docker_api::opts::ClearCacheOpts
source · [−]pub struct ClearCacheOpts { /* private fields */ }
Implementations
sourceimpl ClearCacheOpts
impl ClearCacheOpts
sourcepub fn builder() -> ClearCacheOptsBuilder
pub fn builder() -> ClearCacheOptsBuilder
Returns a new instance of a builder for ClearCacheOpts.
Trait Implementations
sourceimpl Clone for ClearCacheOpts
impl Clone for ClearCacheOpts
sourcefn clone(&self) -> ClearCacheOpts
fn clone(&self) -> ClearCacheOpts
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 ClearCacheOpts
impl Debug for ClearCacheOpts
sourceimpl Default for ClearCacheOpts
impl Default for ClearCacheOpts
sourcefn default() -> ClearCacheOpts
fn default() -> ClearCacheOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for ClearCacheOpts
impl Serialize for ClearCacheOpts
Auto Trait Implementations
impl RefUnwindSafe for ClearCacheOpts
impl Send for ClearCacheOpts
impl Sync for ClearCacheOpts
impl Unpin for ClearCacheOpts
impl UnwindSafe for ClearCacheOpts
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