Enum webrtc_dtls::config::ClientAuthType
source · pub enum ClientAuthType {
NoClientCert = 0,
RequestClientCert = 1,
RequireAnyClientCert = 2,
VerifyClientCertIfGiven = 3,
RequireAndVerifyClientCert = 4,
}
Variants§
NoClientCert = 0
RequestClientCert = 1
RequireAnyClientCert = 2
VerifyClientCertIfGiven = 3
RequireAndVerifyClientCert = 4
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 for ClientAuthType
impl PartialEq 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 ==
.impl Copy for ClientAuthType
impl Eq for ClientAuthType
impl StructuralPartialEq for ClientAuthType
Auto Trait Implementations§
impl Freeze for ClientAuthType
impl RefUnwindSafe for ClientAuthType
impl Send for ClientAuthType
impl Sync for ClientAuthType
impl Unpin for ClientAuthType
impl UnwindSafe for ClientAuthType
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