Enum webrtc_dtls::handshake::HandshakeType
source · pub enum HandshakeType {
HelloRequest,
ClientHello,
ServerHello,
HelloVerifyRequest,
Certificate,
ServerKeyExchange,
CertificateRequest,
ServerHelloDone,
CertificateVerify,
ClientKeyExchange,
Finished,
Invalid,
}
Variants§
HelloRequest
ClientHello
ServerHello
HelloVerifyRequest
Certificate
ServerKeyExchange
CertificateRequest
ServerHelloDone
CertificateVerify
ClientKeyExchange
Finished
Invalid
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<HandshakeType> for HandshakeType
impl PartialEq<HandshakeType> 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 ==
.