pub struct TransactionSet {
pub previousLedgerHash: Hash,
pub txs: Vec<TransactionEnvelope>,
}
Fields§
§previousLedgerHash: Hash
§txs: Vec<TransactionEnvelope>
Trait Implementations§
Source§impl Clone for TransactionSet
impl Clone for TransactionSet
Source§fn clone(&self) -> TransactionSet
fn clone(&self) -> TransactionSet
Returns a duplicate 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 moreSource§impl Debug for TransactionSet
impl Debug for TransactionSet
Source§impl<Out: Write> Pack<Out> for TransactionSet
impl<Out: Write> Pack<Out> for TransactionSet
Source§impl PartialEq for TransactionSet
impl PartialEq for TransactionSet
Source§impl<In: Read> Unpack<In> for TransactionSet
impl<In: Read> Unpack<In> for TransactionSet
impl Eq for TransactionSet
impl StructuralPartialEq for TransactionSet
Auto Trait Implementations§
impl Freeze for TransactionSet
impl RefUnwindSafe for TransactionSet
impl Send for TransactionSet
impl Sync for TransactionSet
impl Unpin for TransactionSet
impl UnwindSafe for TransactionSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more