#[repr(i32)]pub enum CertKeyType {
KeyTypeOther = 0,
KeyTypeVirtualSmartCard = 1,
KeyTypePhysicalSmartCard = 2,
KeyTypePassport = 3,
KeyTypePassportRemote = 4,
KeyTypePassportSmartCard = 5,
KeyTypeHardware = 6,
KeyTypeSoftware = 7,
KeyTypeSelfSigned = 8,
}Variants§
KeyTypeOther = 0
KeyTypeVirtualSmartCard = 1
KeyTypePhysicalSmartCard = 2
KeyTypePassport = 3
KeyTypePassportRemote = 4
KeyTypePassportSmartCard = 5
KeyTypeHardware = 6
KeyTypeSoftware = 7
KeyTypeSelfSigned = 8
Trait Implementations§
Source§impl Clone for CertKeyType
impl Clone for CertKeyType
Source§fn clone(&self) -> CertKeyType
fn clone(&self) -> CertKeyType
Returns a duplicate 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 CertKeyType
impl Debug for CertKeyType
Source§impl Hash for CertKeyType
impl Hash for CertKeyType
Source§impl PartialEq for CertKeyType
impl PartialEq for CertKeyType
impl Copy for CertKeyType
impl Eq for CertKeyType
impl StructuralPartialEq for CertKeyType
Auto Trait Implementations§
impl Freeze for CertKeyType
impl RefUnwindSafe for CertKeyType
impl Send for CertKeyType
impl Sync for CertKeyType
impl Unpin for CertKeyType
impl UnwindSafe for CertKeyType
Blanket Implementations§
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