Struct paho_mqtt::errors::MqttError [] [src]

pub struct MqttError { /* fields omitted */ }

An MQTT Error

Trait Implementations

impl From<Error> for MqttError
[src]

Performs the conversion.

impl From<Utf8Error> for MqttError
[src]

Performs the conversion.

impl From<(ErrorKind, &'static str)> for MqttError
[src]

Performs the conversion.

impl From<(ErrorKind, i32, &'static str)> for MqttError
[src]

Performs the conversion.

impl From<(ErrorKind, &'static str, String)> for MqttError
[src]

Performs the conversion.

impl From<(ErrorKind, i32, &'static str, String)> for MqttError
[src]

Performs the conversion.

impl Error for MqttError
[src]

A short description of the error. Read more

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

impl Display for MqttError
[src]

Formats the value using the given formatter. Read more

impl Debug for MqttError
[src]

Formats the value using the given formatter.