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