Enum solana_remote_wallet::ledger_error::LedgerError [−][src]
pub enum LedgerError {}Show variants
NoAppResponse, SdkException, SdkInvalidParameter, SdkExceptionOverflow, SdkExceptionSecurity, SdkInvalidCrc, SdkInvalidChecksum, SdkInvalidCounter, SdkNotSupported, SdkInvalidState, SdkTimeout, SdkExceptionPic, SdkExceptionAppExit, SdkExceptionIoOverflow, SdkExceptionIoHeader, SdkExceptionIoState, SdkExceptionIoReset, SdkExceptionCxPort, SdkExceptionSystem, SdkNotEnoughSpace, NoApduReceived, UserCancel, SolanaInvalidMessage, SolanaSummaryFinalizeFailed, SolanaSummaryUpdateFailed, UnimplementedInstruction, InvalidCla,
Variants
Trait Implementations
impl Clone for LedgerError
[src]
impl Clone for LedgerError
[src]fn clone(&self) -> LedgerError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for LedgerError
[src]
impl Error for LedgerError
[src]impl From<LedgerError> for RemoteWalletError
[src]
impl From<LedgerError> for RemoteWalletError
[src]fn from(source: LedgerError) -> Self
[src]
impl FromPrimitive for LedgerError
[src]
impl FromPrimitive for LedgerError
[src]fn from_i64(n: i64) -> Option<Self>
[src]
fn from_u64(n: u64) -> Option<Self>
[src]
pub fn from_isize(n: isize) -> Option<Self>
[src]
pub fn from_i8(n: i8) -> Option<Self>
[src]
pub fn from_i16(n: i16) -> Option<Self>
[src]
pub fn from_i32(n: i32) -> Option<Self>
[src]
pub fn from_i128(n: i128) -> Option<Self>
[src]
pub fn from_usize(n: usize) -> Option<Self>
[src]
pub fn from_u8(n: u8) -> Option<Self>
[src]
pub fn from_u16(n: u16) -> Option<Self>
[src]
pub fn from_u32(n: u32) -> Option<Self>
[src]
pub fn from_u128(n: u128) -> Option<Self>
[src]
pub fn from_f32(n: f32) -> Option<Self>
[src]
pub fn from_f64(n: f64) -> Option<Self>
[src]
impl PartialEq<LedgerError> for LedgerError
[src]
impl PartialEq<LedgerError> for LedgerError
[src]impl StructuralPartialEq for LedgerError
[src]
impl StructuralPartialEq for LedgerError
[src]Auto Trait Implementations
impl RefUnwindSafe for LedgerError
impl RefUnwindSafe for LedgerError
impl Send for LedgerError
impl Send for LedgerError
impl Sync for LedgerError
impl Sync for LedgerError
impl Unpin for LedgerError
impl Unpin for LedgerError
impl UnwindSafe for LedgerError
impl UnwindSafe for LedgerError
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
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>,