pub struct RedisClientWrapper { /* private fields */ }
Implementations§
Source§impl RedisClientWrapper
impl RedisClientWrapper
pub fn execute<T: FromRedisValue>(&self, cmd: &mut Cmd) -> RedisResult<T>
Auto Trait Implementations§
impl !Freeze for RedisClientWrapper
impl RefUnwindSafe for RedisClientWrapper
impl Send for RedisClientWrapper
impl Sync for RedisClientWrapper
impl Unpin for RedisClientWrapper
impl UnwindSafe for RedisClientWrapper
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