Struct mqtt::packet::unsuback::UnsubackPacket [] [src]

pub struct UnsubackPacket { /* fields omitted */ }

Methods

impl UnsubackPacket
[src]

Trait Implementations

impl Debug for UnsubackPacket
[src]

Formats the value using the given formatter.

impl Eq for UnsubackPacket
[src]

impl PartialEq for UnsubackPacket
[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 UnsubackPacket
[src]