Enum webrtc_dtls::handshake::HandshakeType
source · pub enum HandshakeType {
HelloRequest = 0,
ClientHello = 1,
ServerHello = 2,
HelloVerifyRequest = 3,
Certificate = 11,
ServerKeyExchange = 12,
CertificateRequest = 13,
ServerHelloDone = 14,
CertificateVerify = 15,
ClientKeyExchange = 16,
Finished = 20,
Invalid = 21,
}
Variants§
HelloRequest = 0
ClientHello = 1
ServerHello = 2
HelloVerifyRequest = 3
Certificate = 11
ServerKeyExchange = 12
CertificateRequest = 13
ServerHelloDone = 14
CertificateVerify = 15
ClientKeyExchange = 16
Finished = 20
Invalid = 21
Trait Implementations§
source§impl Clone for HandshakeType
impl Clone for HandshakeType
source§fn clone(&self) -> HandshakeType
fn clone(&self) -> HandshakeType
Returns a copy of the value. Read more
1.0.0 · source§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 Default for HandshakeType
impl Default for HandshakeType
source§fn default() -> HandshakeType
fn default() -> HandshakeType
Returns the “default value” for a type. Read more
source§impl Display for HandshakeType
impl Display for HandshakeType
source§impl From<u8> for HandshakeType
impl From<u8> for HandshakeType
source§impl Hash for HandshakeType
impl Hash for HandshakeType
source§impl PartialEq for HandshakeType
impl PartialEq for HandshakeType
source§fn eq(&self, other: &HandshakeType) -> bool
fn eq(&self, other: &HandshakeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more