Struct soroban_env_guest::xdr::next::TransactionResultMeta
pub struct TransactionResultMeta {
pub result: TransactionResultPair,
pub fee_processing: LedgerEntryChanges,
pub tx_apply_processing: TransactionMeta,
}
Fields§
§result: TransactionResultPair
§fee_processing: LedgerEntryChanges
§tx_apply_processing: TransactionMeta
Trait Implementations§
§impl Clone for TransactionResultMeta
impl Clone for TransactionResultMeta
§fn clone(&self) -> TransactionResultMeta
fn clone(&self) -> TransactionResultMeta
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 more§impl Debug for TransactionResultMeta
impl Debug for TransactionResultMeta
§impl Hash for TransactionResultMeta
impl Hash for TransactionResultMeta
§impl Ord for TransactionResultMeta
impl Ord for TransactionResultMeta
§fn cmp(&self, other: &TransactionResultMeta) -> Ordering
fn cmp(&self, other: &TransactionResultMeta) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq<TransactionResultMeta> for TransactionResultMeta
impl PartialEq<TransactionResultMeta> for TransactionResultMeta
§fn eq(&self, other: &TransactionResultMeta) -> bool
fn eq(&self, other: &TransactionResultMeta) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<TransactionResultMeta> for TransactionResultMeta
impl PartialOrd<TransactionResultMeta> for TransactionResultMeta
§fn partial_cmp(&self, other: &TransactionResultMeta) -> Option<Ordering>
fn partial_cmp(&self, other: &TransactionResultMeta) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more