pub struct TransactionHistoryEntry {
pub ledgerSeq: uint32,
pub txSet: TransactionSet,
pub ext: TransactionHistoryEntryExt,
}
Fields§
§ledgerSeq: uint32
§txSet: TransactionSet
§ext: TransactionHistoryEntryExt
Trait Implementations§
Source§impl Clone for TransactionHistoryEntry
impl Clone for TransactionHistoryEntry
Source§fn clone(&self) -> TransactionHistoryEntry
fn clone(&self) -> TransactionHistoryEntry
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 TransactionHistoryEntry
impl Debug for TransactionHistoryEntry
Source§impl<Out: Write> Pack<Out> for TransactionHistoryEntry
impl<Out: Write> Pack<Out> for TransactionHistoryEntry
Source§impl PartialEq for TransactionHistoryEntry
impl PartialEq for TransactionHistoryEntry
Source§impl<In: Read> Unpack<In> for TransactionHistoryEntry
impl<In: Read> Unpack<In> for TransactionHistoryEntry
impl Eq for TransactionHistoryEntry
impl StructuralPartialEq for TransactionHistoryEntry
Auto Trait Implementations§
impl Freeze for TransactionHistoryEntry
impl RefUnwindSafe for TransactionHistoryEntry
impl Send for TransactionHistoryEntry
impl Sync for TransactionHistoryEntry
impl Unpin for TransactionHistoryEntry
impl UnwindSafe for TransactionHistoryEntry
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