Enum mqtt::packet::connect::ConnectPacketPayloadError [] [src]

pub enum ConnectPacketPayloadError {
    IoError(Error),
    StringEncodeError(StringEncodeError),
    TopicNameError(TopicNameError),
}

Variants

Trait Implementations

impl Debug for ConnectPacketPayloadError
[src]

Formats the value using the given formatter.

impl Display for ConnectPacketPayloadError
[src]

Formats the value using the given formatter.

impl Error for ConnectPacketPayloadError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for ConnectPacketPayloadError
[src]

Performs the conversion.

impl From<StringEncodeError> for ConnectPacketPayloadError
[src]

Performs the conversion.

impl From<TopicNameError> for ConnectPacketPayloadError
[src]

Performs the conversion.