pub struct S64Codec;Trait Implementations§
Source§impl Decoder for S64Codec
impl Decoder for S64Codec
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
impl Copy for S64Codec
impl Eq for S64Codec
impl StructuralPartialEq for S64Codec
Auto Trait Implementations§
impl Freeze for S64Codec
impl RefUnwindSafe for S64Codec
impl Send for S64Codec
impl Sync for S64Codec
impl Unpin for S64Codec
impl UnwindSafe for S64Codec
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