Struct puff_rs::databases::redis::RedisClient
source · pub struct RedisClient { /* private fields */ }Implementations
sourceimpl RedisClient
impl RedisClient
pub fn pool(&self) -> Pool<RedisConnectionManager>
Trait Implementations
sourceimpl Clone for RedisClient
impl Clone for RedisClient
sourcefn clone(&self) -> RedisClient
fn clone(&self) -> RedisClient
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Puff for RedisClient
impl Puff for RedisClient
Auto Trait Implementations
impl !RefUnwindSafe for RedisClient
impl Send for RedisClient
impl Sync for RedisClient
impl Unpin for RedisClient
impl !UnwindSafe for RedisClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more