Enum tokio_postgres::config::SslMode [−][src]
#[non_exhaustive] pub enum SslMode { Disable, Prefer, Require, }
TLS configuration.
Variants (Non-exhaustive)
Do not use TLS.
Attempt to connect with TLS but allow sessions without.
Require the use of TLS.
Trait Implementations
impl StructuralPartialEq for SslMode
[src]
impl StructuralPartialEq for SslMode
[src]Auto Trait Implementations
impl RefUnwindSafe for SslMode
impl RefUnwindSafe for SslMode
impl UnwindSafe for SslMode
impl UnwindSafe for SslMode