Struct cypher::EcSigInvalid
source · #[non_exhaustive]pub struct EcSigInvalid {}
Trait Implementations§
source§impl Clone for EcSigInvalid
impl Clone for EcSigInvalid
source§fn clone(&self) -> EcSigInvalid
fn clone(&self) -> EcSigInvalid
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 EcSigInvalid
impl Debug for EcSigInvalid
source§impl Default for EcSigInvalid
impl Default for EcSigInvalid
source§fn default() -> EcSigInvalid
fn default() -> EcSigInvalid
Returns the “default value” for a type. Read more
source§impl Display for EcSigInvalid
impl Display for EcSigInvalid
source§impl Error for EcSigInvalid
impl Error for EcSigInvalid
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<EcSigInvalid> for EcVerifyError
impl From<EcSigInvalid> for EcVerifyError
source§fn from(v: EcSigInvalid) -> Self
fn from(v: EcSigInvalid) -> Self
Converts to this type from the input type.
source§impl From<EcSigInvalid> for String
impl From<EcSigInvalid> for String
source§fn from(err: EcSigInvalid) -> Self
fn from(err: EcSigInvalid) -> Self
Converts to this type from the input type.
source§impl PartialEq for EcSigInvalid
impl PartialEq for EcSigInvalid
source§fn eq(&self, other: &EcSigInvalid) -> bool
fn eq(&self, other: &EcSigInvalid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EcSigInvalid
impl Eq for EcSigInvalid
impl StructuralPartialEq for EcSigInvalid
Auto Trait Implementations§
impl Freeze for EcSigInvalid
impl RefUnwindSafe for EcSigInvalid
impl Send for EcSigInvalid
impl Sync for EcSigInvalid
impl Unpin for EcSigInvalid
impl UnwindSafe for EcSigInvalid
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