pub(crate) enum EcdsaSignatureFormat {
ASN1,
Fixed,
}Variants§
Trait Implementations§
Source§impl Debug for EcdsaSignatureFormat
impl Debug for EcdsaSignatureFormat
Source§impl PartialEq for EcdsaSignatureFormat
impl PartialEq for EcdsaSignatureFormat
Source§fn eq(&self, other: &EcdsaSignatureFormat) -> bool
fn eq(&self, other: &EcdsaSignatureFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EcdsaSignatureFormat
impl StructuralPartialEq for EcdsaSignatureFormat
Auto Trait Implementations§
impl Freeze for EcdsaSignatureFormat
impl RefUnwindSafe for EcdsaSignatureFormat
impl Send for EcdsaSignatureFormat
impl Sync for EcdsaSignatureFormat
impl Unpin for EcdsaSignatureFormat
impl UnsafeUnpin for EcdsaSignatureFormat
impl UnwindSafe for EcdsaSignatureFormat
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