Struct tokio_xmpp::XmppCodec
source · pub struct XmppCodec { /* private fields */ }
Expand description
Stateful encoder/decoder for a bytestream from/to XMPP Packet
Implementations§
Trait Implementations§
source§impl Decoder for XmppCodec
impl Decoder for XmppCodec
source§fn decode(
&mut self,
buf: &mut BytesMut,
) -> Result<Option<Self::Item>, Self::Error>
fn decode( &mut self, buf: &mut BytesMut, ) -> Result<Option<Self::Item>, Self::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
Auto Trait Implementations§
impl Freeze for XmppCodec
impl !RefUnwindSafe for XmppCodec
impl Send for XmppCodec
impl Sync for XmppCodec
impl Unpin for XmppCodec
impl !UnwindSafe for XmppCodec
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