pub enum CertStoreType {
LocalMachine,
CurrentUser,
CurrentService,
}Expand description
Certificate store type
Variants§
Trait Implementations§
Source§impl Clone for CertStoreType
impl Clone for CertStoreType
Source§fn clone(&self) -> CertStoreType
fn clone(&self) -> CertStoreType
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 CertStoreType
impl Debug for CertStoreType
Source§impl PartialEq for CertStoreType
impl PartialEq for CertStoreType
Source§impl PartialOrd for CertStoreType
impl PartialOrd for CertStoreType
impl Copy for CertStoreType
impl Eq for CertStoreType
impl StructuralPartialEq for CertStoreType
Auto Trait Implementations§
impl Freeze for CertStoreType
impl RefUnwindSafe for CertStoreType
impl Send for CertStoreType
impl Sync for CertStoreType
impl Unpin for CertStoreType
impl UnwindSafe for CertStoreType
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