Struct paho_mqtt::connect_options::ConnectOptions [] [src]

pub struct ConnectOptions {
    pub copts: MQTTAsync_connectOptions,
    // some fields omitted
}

The collection of options for connecting to a broker.

Fields

Methods

impl ConnectOptions
[src]

Creates a new, default set of connect options

Trait Implementations

impl Debug for ConnectOptions
[src]

Formats the value using the given formatter.

impl Default for ConnectOptions
[src]

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

impl Clone for ConnectOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more