pub struct TransactionMetaV1 {
pub txChanges: LedgerEntryChanges,
pub operations: Vec<OperationMeta>,
}
Fields§
§txChanges: LedgerEntryChanges
§operations: Vec<OperationMeta>
Trait Implementations§
Source§impl Clone for TransactionMetaV1
impl Clone for TransactionMetaV1
Source§fn clone(&self) -> TransactionMetaV1
fn clone(&self) -> TransactionMetaV1
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 TransactionMetaV1
impl Debug for TransactionMetaV1
Source§impl<Out: Write> Pack<Out> for TransactionMetaV1
impl<Out: Write> Pack<Out> for TransactionMetaV1
Source§impl PartialEq for TransactionMetaV1
impl PartialEq for TransactionMetaV1
Source§impl<In: Read> Unpack<In> for TransactionMetaV1
impl<In: Read> Unpack<In> for TransactionMetaV1
impl Eq for TransactionMetaV1
impl StructuralPartialEq for TransactionMetaV1
Auto Trait Implementations§
impl Freeze for TransactionMetaV1
impl RefUnwindSafe for TransactionMetaV1
impl Send for TransactionMetaV1
impl Sync for TransactionMetaV1
impl Unpin for TransactionMetaV1
impl UnwindSafe for TransactionMetaV1
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