pub struct RedisNodeCodec {}Trait Implementations
sourceimpl Clone for RedisNodeCodec
impl Clone for RedisNodeCodec
sourcefn clone(&self) -> RedisNodeCodec
fn clone(&self) -> RedisNodeCodec
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 RedisNodeCodec
impl Debug for RedisNodeCodec
sourceimpl Decoder for RedisNodeCodec
impl Decoder for RedisNodeCodec
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 RedisNodeCodec
impl Default for RedisNodeCodec
sourcefn default() -> RedisNodeCodec
fn default() -> RedisNodeCodec
Returns the “default value” for a type. Read more
sourceimpl Encoder for RedisNodeCodec
impl Encoder for RedisNodeCodec
impl Copy for RedisNodeCodec
Auto Trait Implementations
impl RefUnwindSafe for RedisNodeCodec
impl Send for RedisNodeCodec
impl Sync for RedisNodeCodec
impl Unpin for RedisNodeCodec
impl UnwindSafe for RedisNodeCodec
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