pub struct SubTopic(/* private fields */);Expand description
Topic pattern used in subscribe/unsubscribe packet.
Implementations§
Trait Implementations§
Source§impl DecodePacket for SubTopic
impl DecodePacket for SubTopic
Source§impl EncodePacket for SubTopic
impl EncodePacket for SubTopic
Source§impl Ord for SubTopic
impl Ord for SubTopic
Source§impl PartialOrd for SubTopic
impl PartialOrd for SubTopic
impl Eq for SubTopic
impl StructuralPartialEq for SubTopic
Auto Trait Implementations§
impl Freeze for SubTopic
impl RefUnwindSafe for SubTopic
impl Send for SubTopic
impl Sync for SubTopic
impl Unpin for SubTopic
impl UnwindSafe for SubTopic
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