pub enum MlDsaError {
ContextTooLong,
InvalidSignature,
InvalidPublicKey,
InvalidSignatureLength,
}Variants§
Trait Implementations§
Source§impl Clone for MlDsaError
impl Clone for MlDsaError
Source§fn clone(&self) -> MlDsaError
fn clone(&self) -> MlDsaError
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 MlDsaError
Source§impl Debug for MlDsaError
impl Debug for MlDsaError
Source§impl Display for MlDsaError
Available on crate feature alloc only.
impl Display for MlDsaError
Available on crate feature
alloc only.impl Eq for MlDsaError
Source§impl PartialEq for MlDsaError
impl PartialEq for MlDsaError
Source§fn eq(&self, other: &MlDsaError) -> bool
fn eq(&self, other: &MlDsaError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MlDsaError
Auto Trait Implementations§
impl Freeze for MlDsaError
impl RefUnwindSafe for MlDsaError
impl Send for MlDsaError
impl Sync for MlDsaError
impl Unpin for MlDsaError
impl UnsafeUnpin for MlDsaError
impl UnwindSafe for MlDsaError
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