Struct paho_mqtt::disconnect_options::DisconnectOptions [] [src]

pub struct DisconnectOptions {
    pub copts: MQTTAsync_disconnectOptions,
}

The collection of options for disconnecting from the client.

Fields

Methods

impl DisconnectOptions
[src]

Trait Implementations

impl Debug for DisconnectOptions
[src]

Formats the value using the given formatter.

impl Default for DisconnectOptions
[src]

Returns the "default value" for a type. Read more