Enum miden_core::SignatureKind
source · pub enum SignatureKind {
RpoFalcon512,
}
Variants§
RpoFalcon512
Trait Implementations§
source§impl Clone for SignatureKind
impl Clone for SignatureKind
source§fn clone(&self) -> SignatureKind
fn clone(&self) -> SignatureKind
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 SignatureKind
impl Debug for SignatureKind
source§impl Display for SignatureKind
impl Display for SignatureKind
source§impl PartialEq for SignatureKind
impl PartialEq for SignatureKind
source§fn eq(&self, other: &SignatureKind) -> bool
fn eq(&self, other: &SignatureKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SignatureKind
impl Eq for SignatureKind
impl StructuralPartialEq for SignatureKind
Auto Trait Implementations§
impl RefUnwindSafe for SignatureKind
impl Send for SignatureKind
impl Sync for SignatureKind
impl Unpin for SignatureKind
impl UnwindSafe for SignatureKind
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