Struct mongo_driver::client::SslOptions [] [src]

pub struct SslOptions { /* fields omitted */ }

Optional SSL configuration for a ClientPool.

Methods

impl SslOptions
[src]

[src]

Create a new ssl options instance that can be used to configured a ClientPool.

Trait Implementations

impl Clone for SslOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for SslOptions

impl !Sync for SslOptions