Enum solana_sdk::signature::PresignerError [−][src]
pub enum PresignerError { VerificationFailure, }
Variants
Trait Implementations
impl Error for PresignerError
[src]
impl Error for PresignerError
[src]impl From<PresignerError> for SignerError
[src]
impl From<PresignerError> for SignerError
[src]fn from(source: PresignerError) -> Self
[src]
impl PartialEq<PresignerError> for PresignerError
[src]
impl PartialEq<PresignerError> for PresignerError
[src]impl StructuralPartialEq for PresignerError
[src]
impl StructuralPartialEq for PresignerError
[src]Auto Trait Implementations
impl RefUnwindSafe for PresignerError
impl RefUnwindSafe for PresignerError
impl Send for PresignerError
impl Send for PresignerError
impl Sync for PresignerError
impl Sync for PresignerError
impl Unpin for PresignerError
impl Unpin for PresignerError
impl UnwindSafe for PresignerError
impl UnwindSafe for PresignerError
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail,
pub fn as_fail(&self) -> &(dyn Fail + 'static)
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,