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