pub struct RespDecoder;Expand description
Decodes RESP values from bytes
Implementations§
Source§impl RespDecoder
impl RespDecoder
Auto Trait Implementations§
impl Freeze for RespDecoder
impl RefUnwindSafe for RespDecoder
impl Send for RespDecoder
impl Sync for RespDecoder
impl Unpin for RespDecoder
impl UnwindSafe for RespDecoder
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