pub enum ClientCertificateType {
RsaSign = 1,
EcdsaSign = 64,
Unsupported = 65,
}
Variants§
Trait Implementations§
source§impl Clone for ClientCertificateType
impl Clone for ClientCertificateType
source§fn clone(&self) -> ClientCertificateType
fn clone(&self) -> ClientCertificateType
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 ClientCertificateType
impl Debug for ClientCertificateType
source§impl From<u8> for ClientCertificateType
impl From<u8> for ClientCertificateType
source§impl PartialEq for ClientCertificateType
impl PartialEq for ClientCertificateType
source§fn eq(&self, other: &ClientCertificateType) -> bool
fn eq(&self, other: &ClientCertificateType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ClientCertificateType
impl Eq for ClientCertificateType
impl StructuralPartialEq for ClientCertificateType
Auto Trait Implementations§
impl Freeze for ClientCertificateType
impl RefUnwindSafe for ClientCertificateType
impl Send for ClientCertificateType
impl Sync for ClientCertificateType
impl Unpin for ClientCertificateType
impl UnwindSafe for ClientCertificateType
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