pub enum PsaDeriveAlgorithm {
X25519,
EcdhP256,
}Expand description
Enumerates derive algorithms supported by PSA provider mappings.
Variants§
Trait Implementations§
Source§impl Clone for PsaDeriveAlgorithm
impl Clone for PsaDeriveAlgorithm
Source§fn clone(&self) -> PsaDeriveAlgorithm
fn clone(&self) -> PsaDeriveAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PsaDeriveAlgorithm
impl Debug for PsaDeriveAlgorithm
Source§impl PartialEq for PsaDeriveAlgorithm
impl PartialEq for PsaDeriveAlgorithm
Source§fn eq(&self, other: &PsaDeriveAlgorithm) -> bool
fn eq(&self, other: &PsaDeriveAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PsaDeriveAlgorithm
impl Eq for PsaDeriveAlgorithm
impl StructuralPartialEq for PsaDeriveAlgorithm
Auto Trait Implementations§
impl Freeze for PsaDeriveAlgorithm
impl RefUnwindSafe for PsaDeriveAlgorithm
impl Send for PsaDeriveAlgorithm
impl Sync for PsaDeriveAlgorithm
impl Unpin for PsaDeriveAlgorithm
impl UnsafeUnpin for PsaDeriveAlgorithm
impl UnwindSafe for PsaDeriveAlgorithm
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