pub enum ClientCertificateType {
RsaSign,
EcdsaSign,
Unsupported,
}
Variants
RsaSign
EcdsaSign
Unsupported
Trait Implementations
sourceimpl Clone for ClientCertificateType
impl Clone for ClientCertificateType
sourcefn clone(&self) -> ClientCertificateType
fn clone(&self) -> ClientCertificateType
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 Debug for ClientCertificateType
impl Debug for ClientCertificateType
sourceimpl From<u8> for ClientCertificateType
impl From<u8> for ClientCertificateType
impl Copy for ClientCertificateType
impl Eq for ClientCertificateType
impl StructuralEq for ClientCertificateType
impl StructuralPartialEq for ClientCertificateType
Auto Trait Implementations
impl RefUnwindSafe for ClientCertificateType
impl Send for ClientCertificateType
impl Sync for ClientCertificateType
impl Unpin for ClientCertificateType
impl UnwindSafe for ClientCertificateType
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