[−][src]Struct tls_parser::tls::TlsHandshakeType
Handshake type
Handshake types are defined in RFC5246 and the IANA HandshakeType Registry
Implementations
impl TlsHandshakeType[src]
pub const HelloRequest: TlsHandshakeType[src]
pub const ClientHello: TlsHandshakeType[src]
pub const ServerHello: TlsHandshakeType[src]
pub const NewSessionTicket: TlsHandshakeType[src]
pub const EndOfEarlyData: TlsHandshakeType[src]
pub const HelloRetryRequest: TlsHandshakeType[src]
pub const EncryptedExtensions: TlsHandshakeType[src]
pub const Certificate: TlsHandshakeType[src]
pub const ServerKeyExchange: TlsHandshakeType[src]
pub const CertificateRequest: TlsHandshakeType[src]
pub const ServerDone: TlsHandshakeType[src]
pub const CertificateVerify: TlsHandshakeType[src]
pub const ClientKeyExchange: TlsHandshakeType[src]
pub const Finished: TlsHandshakeType[src]
pub const CertificateURL: TlsHandshakeType[src]
pub const CertificateStatus: TlsHandshakeType[src]
pub const KeyUpdate: TlsHandshakeType[src]
pub const NextProtocol: TlsHandshakeType[src]
Trait Implementations
impl Clone for TlsHandshakeType[src]
pub fn clone(&self) -> TlsHandshakeType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TlsHandshakeType[src]
impl Debug for TlsHandshakeType[src]
impl Display for TlsHandshakeType[src]
impl Eq for TlsHandshakeType[src]
impl From<TlsHandshakeType> for u8[src]
pub fn from(v: TlsHandshakeType) -> u8[src]
impl PartialEq<TlsHandshakeType> for TlsHandshakeType[src]
pub fn eq(&self, other: &TlsHandshakeType) -> bool[src]
pub fn ne(&self, other: &TlsHandshakeType) -> bool[src]
impl StructuralEq for TlsHandshakeType[src]
impl StructuralPartialEq for TlsHandshakeType[src]
Auto Trait Implementations
impl RefUnwindSafe for TlsHandshakeType[src]
impl Send for TlsHandshakeType[src]
impl Sync for TlsHandshakeType[src]
impl Unpin for TlsHandshakeType[src]
impl UnwindSafe for TlsHandshakeType[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,