Struct solana_storage_proto::convert::tx_by_addr::TransactionError [−][src]
Fields
transaction_error: i32
instruction_error: Option<InstructionError>
Implementations
impl TransactionError
[src][−]
pub fn transaction_error(&self) -> TransactionErrorType
[src][−]
Returns the enum value of transaction_error
, or the default if the field is set to an invalid enum value.
pub fn set_transaction_error(&mut self, value: TransactionErrorType)
[src][−]
Sets transaction_error
to the provided enum value.
Trait Implementations
impl Clone for TransactionError
[src][+]
impl Debug for TransactionError
[src][+]
impl Default for TransactionError
[src][+]
impl From<TransactionError> for TransactionError
[src][+]
impl Message for TransactionError
[src][+]
impl PartialEq<TransactionError> for TransactionError
[src][+]
impl StructuralPartialEq for TransactionError
[src]
impl TryFrom<TransactionError> for TransactionError
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TransactionError
impl Send for TransactionError
impl Sync for TransactionError
impl Unpin for TransactionError
impl UnwindSafe for TransactionError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,