Struct ntex_mqtt::v3::Publish [−][src]
pub struct Publish { /* fields omitted */ }
Expand description
Publish message
Implementations
the information channel to which payload data is published.
only present in PUBLISH Packets where the QoS level is 1 or 2.
Extract Bytes from packet payload
Loads and parse application/json
encoded body.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Publish
impl UnwindSafe for Publish