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