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