Struct paho_mqtt::ssl_options::SslOptions [] [src]

pub struct SslOptions {
    pub copts: MQTTAsync_SSLOptions,
    // some fields omitted
}

The options for SSL socket connections to the broker.

Fields

Methods

impl SslOptions
[src]

Trait Implementations

impl Debug for SslOptions
[src]

Formats the value using the given formatter.

impl Clone for SslOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more