pub struct AosTransferFrameCodec { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for AosTransferFrameCodec
impl Debug for AosTransferFrameCodec
Source§impl Decoder for AosTransferFrameCodec
impl Decoder for AosTransferFrameCodec
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 AosTransferFrameCodec
impl Default for AosTransferFrameCodec
Source§fn default() -> AosTransferFrameCodec
fn default() -> AosTransferFrameCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AosTransferFrameCodec
impl RefUnwindSafe for AosTransferFrameCodec
impl Send for AosTransferFrameCodec
impl Sync for AosTransferFrameCodec
impl Unpin for AosTransferFrameCodec
impl UnwindSafe for AosTransferFrameCodec
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