Struct authzen_session::RedisStore
source · pub struct RedisStore<T, Pool> { /* private fields */ }Trait Implementations§
source§impl<T: Clone, Pool: Clone> Clone for RedisStore<T, Pool>
impl<T: Clone, Pool: Clone> Clone for RedisStore<T, Pool>
source§fn clone(&self) -> RedisStore<T, Pool>
fn clone(&self) -> RedisStore<T, Pool>
Returns a copy 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 more