Struct soroban_env_guest::xdr::next::TransactionResult
pub struct TransactionResult {
pub fee_charged: i64,
pub result: TransactionResultResult,
pub ext: TransactionResultExt,
}
Fields§
§fee_charged: i64
§result: TransactionResultResult
§ext: TransactionResultExt
Trait Implementations§
§impl Clone for TransactionResult
impl Clone for TransactionResult
§fn clone(&self) -> TransactionResult
fn clone(&self) -> TransactionResult
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 TransactionResult
impl Debug for TransactionResult
§impl Hash for TransactionResult
impl Hash for TransactionResult
§impl Ord for TransactionResult
impl Ord for TransactionResult
§fn cmp(&self, other: &TransactionResult) -> Ordering
fn cmp(&self, other: &TransactionResult) -> 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<TransactionResult> for TransactionResult
impl PartialEq<TransactionResult> for TransactionResult
§fn eq(&self, other: &TransactionResult) -> bool
fn eq(&self, other: &TransactionResult) -> bool
§impl PartialOrd<TransactionResult> for TransactionResult
impl PartialOrd<TransactionResult> for TransactionResult
§fn partial_cmp(&self, other: &TransactionResult) -> Option<Ordering>
fn partial_cmp(&self, other: &TransactionResult) -> 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