Struct mqtt::packet::subscribe::SubscribePacketPayload[][src]

pub struct SubscribePacketPayload { /* fields omitted */ }

Payload of subscribe packet

Methods

impl SubscribePacketPayload
[src]

Important traits for &'a [u8]

Trait Implementations

impl Debug for SubscribePacketPayload
[src]

Formats the value using the given formatter. Read more

impl Eq for SubscribePacketPayload
[src]

impl PartialEq for SubscribePacketPayload
[src]

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

This method tests for !=.

impl Encodable for SubscribePacketPayload
[src]

Encodes to writer

Length of bytes after encoded

impl Decodable for SubscribePacketPayload
[src]

Decodes object with additional data (or hints)

Decodes object from reader

Auto Trait Implementations