#[repr(u8)]pub enum HandshakeType {
ClientHello = 1,
ServerHello = 2,
EncryptedExtensions = 8,
Certificate = 11,
CertificateVerify = 15,
Finished = 20,
NewSessionTicket = 4,
}Expand description
TLS 1.3 handshake message types
Variants§
ClientHello = 1
ServerHello = 2
EncryptedExtensions = 8
Certificate = 11
CertificateVerify = 15
Finished = 20
NewSessionTicket = 4
Trait Implementations§
Source§impl Clone for HandshakeType
impl Clone for HandshakeType
Source§fn clone(&self) -> HandshakeType
fn clone(&self) -> HandshakeType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HandshakeType
impl Debug for HandshakeType
Source§impl PartialEq for HandshakeType
impl PartialEq for HandshakeType
impl Copy for HandshakeType
impl Eq for HandshakeType
impl StructuralPartialEq for HandshakeType
Auto Trait Implementations§
impl Freeze for HandshakeType
impl RefUnwindSafe for HandshakeType
impl Send for HandshakeType
impl Sync for HandshakeType
impl Unpin for HandshakeType
impl UnwindSafe for HandshakeType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)