pub struct Resp3Decoder { /* private fields */ }Expand description
RESP3 protocol decoder
Implementations§
Source§impl Resp3Decoder
impl Resp3Decoder
Sourcepub fn decode(&mut self, data: &[u8]) -> RedisResult<Resp3Value>
pub fn decode(&mut self, data: &[u8]) -> RedisResult<Resp3Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resp3Decoder
impl RefUnwindSafe for Resp3Decoder
impl Send for Resp3Decoder
impl Sync for Resp3Decoder
impl Unpin for Resp3Decoder
impl UnwindSafe for Resp3Decoder
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