#[repr(u32)]pub enum SignatureKind {
Ed25519 = 0,
Secp256k1 = 1,
Sr25519 = 2,
}
Expand description
Signature kind.
Variants§
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 TryFrom<u32> for SignatureKind
impl TryFrom<u32> for SignatureKind
impl Copy for SignatureKind
Auto Trait Implementations§
impl Freeze for SignatureKind
impl RefUnwindSafe for SignatureKind
impl Send for SignatureKind
impl Sync for SignatureKind
impl Unpin for SignatureKind
impl UnwindSafe for SignatureKind
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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