pub struct DefaultCacheKey(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl CacheKey for DefaultCacheKey
impl CacheKey for DefaultCacheKey
Source§impl Clone for DefaultCacheKey
impl Clone for DefaultCacheKey
Source§fn clone(&self) -> DefaultCacheKey
fn clone(&self) -> DefaultCacheKey
Returns a duplicate 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 DefaultCacheKey
impl Debug for DefaultCacheKey
Source§impl Default for DefaultCacheKey
impl Default for DefaultCacheKey
Source§fn default() -> DefaultCacheKey
fn default() -> DefaultCacheKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultCacheKey
impl RefUnwindSafe for DefaultCacheKey
impl Send for DefaultCacheKey
impl Sync for DefaultCacheKey
impl Unpin for DefaultCacheKey
impl UnwindSafe for DefaultCacheKey
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