Struct mqtt3::Message [] [src]

pub struct Message {
    pub topic: TopicPath,
    pub qos: QoS,
    pub retain: bool,
    pub pid: Option<PacketIdentifier>,
    pub payload: Arc<Vec<u8>>,
}

Fields

Methods

impl Message
[src]

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more