pub struct RedisHandleCodec {}Trait Implementations§
Source§impl Clone for RedisHandleCodec
impl Clone for RedisHandleCodec
Source§fn clone(&self) -> RedisHandleCodec
fn clone(&self) -> RedisHandleCodec
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RedisHandleCodec
impl Debug for RedisHandleCodec
Source§impl Decoder for RedisHandleCodec
impl Decoder for RedisHandleCodec
Source§fn decode(
&mut self,
src: &mut BytesMut,
) -> Result<Option<Self::Item>, Self::Error>
fn decode( &mut self, src: &mut BytesMut, ) -> Result<Option<Self::Item>, Self::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
Source§impl Default for RedisHandleCodec
impl Default for RedisHandleCodec
Source§fn default() -> RedisHandleCodec
fn default() -> RedisHandleCodec
Returns the “default value” for a type. Read more
Source§impl Encoder for RedisHandleCodec
impl Encoder for RedisHandleCodec
impl Copy for RedisHandleCodec
Auto Trait Implementations§
impl Freeze for RedisHandleCodec
impl RefUnwindSafe for RedisHandleCodec
impl Send for RedisHandleCodec
impl Sync for RedisHandleCodec
impl Unpin for RedisHandleCodec
impl UnwindSafe for RedisHandleCodec
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