pub struct TopicAliasRecv { /* private fields */ }
Expand description
Topic alias manager for receiving MQTT packets
This manages the mapping between numeric aliases and topic names for incoming MQTT PUBLISH packets to reduce packet size for frequently used topics.
Implementations§
Source§impl TopicAliasRecv
impl TopicAliasRecv
Auto Trait Implementations§
impl Freeze for TopicAliasRecv
impl RefUnwindSafe for TopicAliasRecv
impl Send for TopicAliasRecv
impl Sync for TopicAliasRecv
impl Unpin for TopicAliasRecv
impl UnwindSafe for TopicAliasRecv
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