Struct openssl::ssl::SslVersion [−][src]
pub struct SslVersion(_);
Expand description
An SSL/TLS protocol version.
Implementations
SSLv3
TLSv1.0
TLSv1.1
TLSv1.2
TLSv1.3
Requires OpenSSL 1.1.1 or newer.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SslVersion
impl Send for SslVersion
impl Sync for SslVersion
impl Unpin for SslVersion
impl UnwindSafe for SslVersion
Blanket Implementations
Mutably borrows from an owned value. Read more