pub struct DefaultCacheStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CacheStore for DefaultCacheStore
impl CacheStore for DefaultCacheStore
Source§impl Debug for DefaultCacheStore
impl Debug for DefaultCacheStore
Source§impl Default for DefaultCacheStore
impl Default for DefaultCacheStore
Source§fn default() -> DefaultCacheStore
fn default() -> DefaultCacheStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultCacheStore
impl RefUnwindSafe for DefaultCacheStore
impl Send for DefaultCacheStore
impl Sync for DefaultCacheStore
impl Unpin for DefaultCacheStore
impl UnwindSafe for DefaultCacheStore
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