Enum blockify::VerificationError
source · pub enum VerificationError {
InvalidSignature,
NoMatch,
BadKeyPair,
Unspecified,
SerializationError,
}Variants§
Trait Implementations§
source§impl Clone for VerificationError
impl Clone for VerificationError
source§fn clone(&self) -> VerificationError
fn clone(&self) -> VerificationError
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 VerificationError
impl Debug for VerificationError
source§impl Display for VerificationError
impl Display for VerificationError
source§impl Error for VerificationError
impl Error for VerificationError
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<Unspecified> for VerificationError
impl From<Unspecified> for VerificationError
source§fn from(_: Unspecified) -> Self
fn from(_: Unspecified) -> Self
Converts to this type from the input type.
impl Copy for VerificationError
Auto Trait Implementations§
impl RefUnwindSafe for VerificationError
impl Send for VerificationError
impl Sync for VerificationError
impl Unpin for VerificationError
impl UnwindSafe for VerificationError
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