Enum mqtt3::PacketType [] [src]

pub enum PacketType {
    Connect,
    Connack,
    Publish,
    Puback,
    Pubrec,
    Pubrel,
    Pubcomp,
    Subscribe,
    Suback,
    Unsubscribe,
    Unsuback,
    Pingreq,
    Pingresp,
    Disconnect,
}

Variants

Methods

impl PacketType
[src]

Trait Implementations

impl Debug for PacketType
[src]

Formats the value using the given formatter.

impl Clone for PacketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PacketType
[src]

impl PartialEq for PacketType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PacketType
[src]

impl Display for PacketType
[src]

Formats the value using the given formatter. Read more