Struct soroban_env_guest::xdr::OperationMeta
pub struct OperationMeta {
pub changes: LedgerEntryChanges,
}
Fields§
§changes: LedgerEntryChanges
Trait Implementations§
§impl Clone for OperationMeta
impl Clone for OperationMeta
§fn clone(&self) -> OperationMeta
fn clone(&self) -> OperationMeta
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 OperationMeta
impl Debug for OperationMeta
§impl Hash for OperationMeta
impl Hash for OperationMeta
§impl Ord for OperationMeta
impl Ord for OperationMeta
§impl PartialEq<OperationMeta> for OperationMeta
impl PartialEq<OperationMeta> for OperationMeta
§fn eq(&self, other: &OperationMeta) -> bool
fn eq(&self, other: &OperationMeta) -> bool
§impl PartialOrd<OperationMeta> for OperationMeta
impl PartialOrd<OperationMeta> for OperationMeta
§fn partial_cmp(&self, other: &OperationMeta) -> Option<Ordering>
fn partial_cmp(&self, other: &OperationMeta) -> 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