Enum webrtc_dtls::extension::ExtensionValue
source · pub enum ExtensionValue {
ServerName,
SupportedEllipticCurves,
SupportedPointFormats,
SupportedSignatureAlgorithms,
UseSrtp,
UseExtendedMasterSecret,
RenegotiationInfo,
Unsupported,
}
Variants§
ServerName
SupportedEllipticCurves
SupportedPointFormats
SupportedSignatureAlgorithms
UseSrtp
UseExtendedMasterSecret
RenegotiationInfo
Unsupported
Trait Implementations§
source§impl Clone for ExtensionValue
impl Clone for ExtensionValue
source§fn clone(&self) -> ExtensionValue
fn clone(&self) -> ExtensionValue
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 ExtensionValue
impl Debug for ExtensionValue
source§impl From<u16> for ExtensionValue
impl From<u16> for ExtensionValue
source§impl PartialEq<ExtensionValue> for ExtensionValue
impl PartialEq<ExtensionValue> for ExtensionValue
source§fn eq(&self, other: &ExtensionValue) -> bool
fn eq(&self, other: &ExtensionValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.