pub enum AlgorithmFamily {
MlKem,
MlDsa,
SlhDsa,
}Expand description
The algorithm family.
Variants§
Trait Implementations§
Source§impl Clone for AlgorithmFamily
impl Clone for AlgorithmFamily
Source§fn clone(&self) -> AlgorithmFamily
fn clone(&self) -> AlgorithmFamily
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 AlgorithmFamily
impl Debug for AlgorithmFamily
Source§impl Display for AlgorithmFamily
impl Display for AlgorithmFamily
Source§impl Hash for AlgorithmFamily
impl Hash for AlgorithmFamily
Source§impl PartialEq for AlgorithmFamily
impl PartialEq for AlgorithmFamily
impl Copy for AlgorithmFamily
impl Eq for AlgorithmFamily
impl StructuralPartialEq for AlgorithmFamily
Auto Trait Implementations§
impl Freeze for AlgorithmFamily
impl RefUnwindSafe for AlgorithmFamily
impl Send for AlgorithmFamily
impl Sync for AlgorithmFamily
impl Unpin for AlgorithmFamily
impl UnsafeUnpin for AlgorithmFamily
impl UnwindSafe for AlgorithmFamily
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