Enum sozu_command_lib::messages::TlsVersion [−][src]
pub enum TlsVersion { SSLv2, SSLv3, TLSv1_0, TLSv1_1, TLSv1_2, TLSv1_3, }
Variants
SSLv2
SSLv3
TLSv1_0
TLSv1_1
TLSv1_2
TLSv1_3
Trait Implementations
impl Debug for TlsVersion
[src]
impl Debug for TlsVersion
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for TlsVersion
[src]
impl Clone for TlsVersion
fn clone(&self) -> TlsVersion
[src]
fn clone(&self) -> TlsVersion
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for TlsVersion
[src]
impl PartialEq for TlsVersion
fn eq(&self, other: &TlsVersion) -> bool
[src]
fn eq(&self, other: &TlsVersion) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for TlsVersion
[src]
impl Eq for TlsVersion
impl Hash for TlsVersion
[src]
impl Hash for TlsVersion
Auto Trait Implementations
impl Send for TlsVersion
impl Send for TlsVersion
impl Sync for TlsVersion
impl Sync for TlsVersion