Struct mqtt::packet::disconnect::DisconnectPacket [] [src]

pub struct DisconnectPacket { /* fields omitted */ }

Methods

impl DisconnectPacket
[src]

Trait Implementations

impl Debug for DisconnectPacket
[src]

Formats the value using the given formatter.

impl Eq for DisconnectPacket
[src]

impl PartialEq for DisconnectPacket
[src]

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

This method tests for !=.

impl<'a> Packet<'a> for DisconnectPacket
[src]