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