pub struct RedisHandleCodec {}Trait Implementations
sourceimpl Clone for RedisHandleCodec
impl Clone for RedisHandleCodec
sourcefn clone(&self) -> RedisHandleCodec
fn clone(&self) -> RedisHandleCodec
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RedisHandleCodec
impl Debug for RedisHandleCodec
sourceimpl Decoder for RedisHandleCodec
impl Decoder for RedisHandleCodec
sourcefn 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
sourceimpl Default for RedisHandleCodec
impl Default for RedisHandleCodec
sourcefn default() -> RedisHandleCodec
fn default() -> RedisHandleCodec
Returns the “default value” for a type. Read more
sourceimpl Encoder for RedisHandleCodec
impl Encoder for RedisHandleCodec
impl Copy for RedisHandleCodec
Auto Trait Implementations
impl RefUnwindSafe for RedisHandleCodec
impl Send for RedisHandleCodec
impl Sync for RedisHandleCodec
impl Unpin for RedisHandleCodec
impl UnwindSafe for RedisHandleCodec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more