[−][src]Struct tls_parser::tls::TlsVersion
TLS version
Only the TLS version defined in the TLS message header is meaningful, the version defined in the record should be ignored or set to TLS 1.0
Methods
impl TlsVersion
impl TlsVersionpub const Ssl30: TlsVersion
pub const Tls10: TlsVersion
pub const Tls11: TlsVersion
pub const Tls12: TlsVersion
pub const Tls13: TlsVersion
pub const Tls13Draft18: TlsVersion
pub const Tls13Draft19: TlsVersion
pub const Tls13Draft20: TlsVersion
pub const Tls13Draft21: TlsVersion
pub const Tls13Draft22: TlsVersion
pub const Tls13Draft23: TlsVersion
Trait Implementations
impl From<TlsVersion> for u16[src]
impl From<TlsVersion> for u16fn from(v: TlsVersion) -> u16 | [src] |
impl Eq for TlsVersion[src]
impl Eq for TlsVersionimpl Copy for TlsVersion[src]
impl Copy for TlsVersionimpl PartialEq<TlsVersion> for TlsVersion[src]
impl PartialEq<TlsVersion> for TlsVersionfn eq(&self, other: &TlsVersion) -> bool | [src] |
fn ne(&self, other: &TlsVersion) -> bool | [src] |
impl Clone for TlsVersion[src]
impl Clone for TlsVersionfn clone(&self) -> TlsVersion | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for TlsVersion
impl Debug for TlsVersionimpl Display for TlsVersion
impl Display for TlsVersionimpl LowerHex for TlsVersion[src]
impl LowerHex for TlsVersionAuto Trait Implementations
impl Send for TlsVersion
impl Send for TlsVersionimpl Sync for TlsVersion
impl Sync for TlsVersionBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |