pub enum PqSignLevel {
Dilithium2,
Dilithium3,
}Expand description
PQ Signature level
Variants§
Trait Implementations§
Source§impl Clone for PqSignLevel
impl Clone for PqSignLevel
Source§fn clone(&self) -> PqSignLevel
fn clone(&self) -> PqSignLevel
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 moreimpl Copy for PqSignLevel
Source§impl Debug for PqSignLevel
impl Debug for PqSignLevel
impl Eq for PqSignLevel
Source§impl PartialEq for PqSignLevel
impl PartialEq for PqSignLevel
Source§fn eq(&self, other: &PqSignLevel) -> bool
fn eq(&self, other: &PqSignLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PqSignLevel
Auto Trait Implementations§
impl Freeze for PqSignLevel
impl RefUnwindSafe for PqSignLevel
impl Send for PqSignLevel
impl Sync for PqSignLevel
impl Unpin for PqSignLevel
impl UnsafeUnpin for PqSignLevel
impl UnwindSafe for PqSignLevel
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