Struct lettre::smtp::client::net::ClientTlsParameters [] [src]

pub struct ClientTlsParameters {
    pub connector: TlsConnector,
    pub domain: String,
}

Parameters to use for secure clients

Fields

A connector from native-tls

The domain to send during the TLS handshake

Methods

impl ClientTlsParameters
[src]

[src]

Creates a ClientTlsParameters

Trait Implementations

impl Clone for ClientTlsParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations