pub enum SigningScheme {
Ecdsa,
}Variants§
Ecdsa
Trait Implementations§
Source§impl Clone for SigningScheme
impl Clone for SigningScheme
Source§fn clone(&self) -> SigningScheme
fn clone(&self) -> SigningScheme
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 SigningScheme
impl Debug for SigningScheme
Source§impl Default for SigningScheme
impl Default for SigningScheme
Source§fn default() -> SigningScheme
fn default() -> SigningScheme
Returns the “default value” for a type. Read more
Source§impl Ord for SigningScheme
impl Ord for SigningScheme
Source§fn cmp(&self, other: &SigningScheme) -> Ordering
fn cmp(&self, other: &SigningScheme) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SigningScheme
impl PartialEq for SigningScheme
Source§impl PartialOrd for SigningScheme
impl PartialOrd for SigningScheme
impl Copy for SigningScheme
impl Eq for SigningScheme
impl StructuralPartialEq for SigningScheme
Auto Trait Implementations§
impl Freeze for SigningScheme
impl ObjSafe for SigningScheme
impl RefUnwindSafe for SigningScheme
impl Send for SigningScheme
impl StoreCopy for SigningScheme
impl Sync for SigningScheme
impl Unpin for SigningScheme
impl UnwindSafe for SigningScheme
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.