pub struct NoCacheKey;Expand description
No cache key: invalidation is manual only.
Trait Implementations§
Source§impl<W> CacheKey<W> for NoCacheKey
impl<W> CacheKey<W> for NoCacheKey
Source§impl Clone for NoCacheKey
impl Clone for NoCacheKey
Source§fn clone(&self) -> NoCacheKey
fn clone(&self) -> NoCacheKey
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 NoCacheKey
impl Debug for NoCacheKey
Source§impl Default for NoCacheKey
impl Default for NoCacheKey
Source§fn default() -> NoCacheKey
fn default() -> NoCacheKey
Returns the “default value” for a type. Read more
impl Copy for NoCacheKey
Auto Trait Implementations§
impl Freeze for NoCacheKey
impl RefUnwindSafe for NoCacheKey
impl Send for NoCacheKey
impl Sync for NoCacheKey
impl Unpin for NoCacheKey
impl UnwindSafe for NoCacheKey
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