Struct mysql_async::SslOpts [] [src]

pub struct SslOpts { /* fields omitted */ }

Ssl Options.

Methods

impl SslOpts
[src]

[src]

[src]

Sets path to the pkcs12 archive.

[src]

Sets the password for a pkcs12 archive (defaults to None).

[src]

Sets path to a der certificate of the root that connector will trust.

[src]

The way to not validate the server's domain name against its certificate (defaults to false).

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SslOpts
[src]

[src]

Formats the value using the given formatter.

impl Clone for SslOpts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SslOpts
[src]

impl PartialEq for SslOpts
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for SslOpts
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more