Enum sozu_command_lib::proxy::TlsVersion [−][src]
pub enum TlsVersion {
SSLv2,
SSLv3,
TLSv1_0,
TLSv1_1,
TLSv1_2,
TLSv1_3,
}Variants
SSLv2SSLv3TLSv1_0TLSv1_1TLSv1_2TLSv1_3
Trait Implementations
impl Debug for TlsVersion[src]
impl Debug for TlsVersionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TlsVersion[src]
impl Clone for TlsVersionfn clone(&self) -> TlsVersion[src]
fn clone(&self) -> TlsVersionReturns 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 TlsVersionfn eq(&self, other: &TlsVersion) -> bool[src]
fn eq(&self, other: &TlsVersion) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TlsVersion[src]
impl Eq for TlsVersionimpl Hash for TlsVersion[src]
impl Hash for TlsVersionAuto Trait Implementations
impl Send for TlsVersion
impl Send for TlsVersionimpl Sync for TlsVersion
impl Sync for TlsVersion