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