Struct mqtt_async_client::client::SubscribeTopic [−][src]
Expand description
Subscribe topic.
Subscribe packets contain a Vec of those.
Fields
topic_path: Stringqos: QoSTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SubscribeTopic
impl Send for SubscribeTopic
impl Sync for SubscribeTopic
impl Unpin for SubscribeTopic
impl UnwindSafe for SubscribeTopic
Blanket Implementations
Mutably borrows from an owned value. Read more