pub struct PacketDecoder;Expand description
Packet decoder for parsing MQTT packets from bytes
Implementations§
Source§impl PacketDecoder
impl PacketDecoder
Auto Trait Implementations§
impl Freeze for PacketDecoder
impl RefUnwindSafe for PacketDecoder
impl Send for PacketDecoder
impl Sync for PacketDecoder
impl Unpin for PacketDecoder
impl UnsafeUnpin for PacketDecoder
impl UnwindSafe for PacketDecoder
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