pub struct RespConn { /* private fields */ }Expand description
A minimal RESP v2 client for issuing Redis commands.
Reconnects automatically when the connection is dropped.
Auto Trait Implementations§
impl !Freeze for RespConn
impl RefUnwindSafe for RespConn
impl Send for RespConn
impl Sync for RespConn
impl Unpin for RespConn
impl UnsafeUnpin for RespConn
impl UnwindSafe for RespConn
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