Enum solana_sdk::signer::presigner::PresignerError
source · pub enum PresignerError {
VerificationFailure,
}
Variants§
VerificationFailure
Trait Implementations§
source§impl Debug for PresignerError
impl Debug for PresignerError
source§impl Display for PresignerError
impl Display for PresignerError
source§impl Error for PresignerError
impl Error for PresignerError
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<PresignerError> for SignerError
impl From<PresignerError> for SignerError
source§fn from(source: PresignerError) -> Self
fn from(source: PresignerError) -> Self
Converts to this type from the input type.
source§impl PartialEq for PresignerError
impl PartialEq for PresignerError
source§fn eq(&self, other: &PresignerError) -> bool
fn eq(&self, other: &PresignerError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PresignerError
impl StructuralEq for PresignerError
impl StructuralPartialEq for PresignerError
Auto Trait Implementations§
impl RefUnwindSafe for PresignerError
impl Send for PresignerError
impl Sync for PresignerError
impl Unpin for PresignerError
impl UnwindSafe for PresignerError
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