Enum webrtc_dtls::config::ClientAuthType
source · pub enum ClientAuthType {
NoClientCert,
RequestClientCert,
RequireAnyClientCert,
VerifyClientCertIfGiven,
RequireAndVerifyClientCert,
}
Variants§
NoClientCert
RequestClientCert
RequireAnyClientCert
VerifyClientCertIfGiven
RequireAndVerifyClientCert
Trait Implementations§
source§impl Clone for ClientAuthType
impl Clone for ClientAuthType
source§fn clone(&self) -> ClientAuthType
fn clone(&self) -> ClientAuthType
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 Default for ClientAuthType
impl Default for ClientAuthType
source§fn default() -> ClientAuthType
fn default() -> ClientAuthType
Returns the “default value” for a type. Read more
source§impl PartialEq<ClientAuthType> for ClientAuthType
impl PartialEq<ClientAuthType> for ClientAuthType
source§fn eq(&self, other: &ClientAuthType) -> bool
fn eq(&self, other: &ClientAuthType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.