pub struct NoOpCacheStore;Implementations§
Trait Implementations§
Source§impl CacheStore for NoOpCacheStore
impl CacheStore for NoOpCacheStore
Source§impl Clone for NoOpCacheStore
impl Clone for NoOpCacheStore
Source§fn clone(&self) -> NoOpCacheStore
fn clone(&self) -> NoOpCacheStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoOpCacheStore
Source§impl Debug for NoOpCacheStore
impl Debug for NoOpCacheStore
Source§impl Default for NoOpCacheStore
impl Default for NoOpCacheStore
Source§fn default() -> NoOpCacheStore
fn default() -> NoOpCacheStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoOpCacheStore
impl RefUnwindSafe for NoOpCacheStore
impl Send for NoOpCacheStore
impl Sync for NoOpCacheStore
impl Unpin for NoOpCacheStore
impl UnsafeUnpin for NoOpCacheStore
impl UnwindSafe for NoOpCacheStore
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