Struct paho_mqtt::create_options::CreateOptions [] [src]

pub struct CreateOptions {
    pub copts: MQTTAsync_createOptions,
    pub server_uri: String,
    pub client_id: String,
    pub persistence: PersistenceType,
}

The options for creating an MQTT client.

Fields

Methods

impl CreateOptions
[src]

Trait Implementations

impl Debug for CreateOptions
[src]

Formats the value using the given formatter.

impl<'a> From<&'a str> for CreateOptions
[src]

Performs the conversion.

impl<'a, 'b> From<(&'a str, &'b str)> for CreateOptions
[src]

Performs the conversion.

impl Default for CreateOptions
[src]

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