Struct embedded_redis::network::Resp3
source · pub struct Resp3 {}
Expand description
Abstraction for RESP3 protocol
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Resp3
impl Send for Resp3
impl Sync for Resp3
impl Unpin for Resp3
impl UnwindSafe for Resp3
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