pub struct Resp3Encoder { /* private fields */ }Expand description
RESP3 protocol encoder
Implementations§
Source§impl Resp3Encoder
 
impl Resp3Encoder
Sourcepub fn encode(&mut self, value: &Resp3Value) -> RedisResult<Bytes>
 
pub fn encode(&mut self, value: &Resp3Value) -> RedisResult<Bytes>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resp3Encoder
impl RefUnwindSafe for Resp3Encoder
impl Send for Resp3Encoder
impl Sync for Resp3Encoder
impl Unpin for Resp3Encoder
impl UnwindSafe for Resp3Encoder
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