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
copts: MQTTAsync_SSLOptions
Methods
impl SslOptions
[src]
fn new() -> SslOptions
fn get_trust_store(&self) -> String
fn get_key_store(&self) -> String
fn get_private_key(&self) -> String
fn get_private_key_password(&self) -> String
fn get_enabled_cipher_suites(&self) -> String
fn get_enable_server_cert_auth(&self) -> bool
Trait Implementations
impl Debug for SslOptions
[src]
impl Clone for SslOptions
[src]
fn clone(&self) -> SslOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more