Enum rustls_cng::key::AlgorithmGroup  
source · pub enum AlgorithmGroup {
    Rsa,
    Ecdsa,
    Ecdh,
}Expand description
Algorithm group of the CNG private key
Variants§
Trait Implementations§
source§impl Clone for AlgorithmGroup
 
impl Clone for AlgorithmGroup
source§fn clone(&self) -> AlgorithmGroup
 
fn clone(&self) -> AlgorithmGroup
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 AlgorithmGroup
 
impl Debug for AlgorithmGroup
source§impl FromStr for AlgorithmGroup
 
impl FromStr for AlgorithmGroup
source§impl PartialEq for AlgorithmGroup
 
impl PartialEq for AlgorithmGroup
source§fn eq(&self, other: &AlgorithmGroup) -> bool
 
fn eq(&self, other: &AlgorithmGroup) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AlgorithmGroup
 
impl PartialOrd for AlgorithmGroup
source§fn partial_cmp(&self, other: &AlgorithmGroup) -> Option<Ordering>
 
fn partial_cmp(&self, other: &AlgorithmGroup) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Eq for AlgorithmGroup
impl StructuralPartialEq for AlgorithmGroup
Auto Trait Implementations§
impl Freeze for AlgorithmGroup
impl RefUnwindSafe for AlgorithmGroup
impl Send for AlgorithmGroup
impl Sync for AlgorithmGroup
impl Unpin for AlgorithmGroup
impl UnwindSafe for AlgorithmGroup
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)