Enum webrtc_dtls::config::ClientAuthType
source · [−]pub enum ClientAuthType {
NoClientCert,
RequestClientCert,
RequireAnyClientCert,
VerifyClientCertIfGiven,
RequireAndVerifyClientCert,
}
Variants
NoClientCert
RequestClientCert
RequireAnyClientCert
VerifyClientCertIfGiven
RequireAndVerifyClientCert
Trait Implementations
sourceimpl Clone for ClientAuthType
impl Clone for ClientAuthType
sourcefn clone(&self) -> ClientAuthType
fn clone(&self) -> ClientAuthType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for ClientAuthType
impl Default for ClientAuthType
sourceimpl PartialEq<ClientAuthType> for ClientAuthType
impl PartialEq<ClientAuthType> for ClientAuthType
impl Copy for ClientAuthType
impl Eq for ClientAuthType
impl StructuralEq for ClientAuthType
impl StructuralPartialEq for ClientAuthType
Auto Trait Implementations
impl RefUnwindSafe for ClientAuthType
impl Send for ClientAuthType
impl Sync for ClientAuthType
impl Unpin for ClientAuthType
impl UnwindSafe for ClientAuthType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more