Struct mqtt::control::variable_header::TopicNameHeader [] [src]

pub struct TopicNameHeader(_);

Topic name wrapper

Methods

impl TopicNameHeader
[src]

Trait Implementations

impl Debug for TopicNameHeader
[src]

Formats the value using the given formatter.

impl Eq for TopicNameHeader
[src]

impl PartialEq for TopicNameHeader
[src]

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

This method tests for !=.

impl Clone for TopicNameHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<TopicName> for TopicNameHeader
[src]

Performs the conversion.

impl<'a> Encodable<'a> for TopicNameHeader
[src]

Encodes to writer

Length of bytes after encoded

impl<'a> Decodable<'a> for TopicNameHeader
[src]

Decodes object with additional data (or hints)

Decodes object from reader