pub struct LedgerHeaderHistoryEntry {
pub hash: Hash,
pub header: LedgerHeader,
pub ext: LedgerHeaderHistoryEntryExt,
}
Fields§
§hash: Hash
§header: LedgerHeader
§ext: LedgerHeaderHistoryEntryExt
Trait Implementations§
Source§impl Clone for LedgerHeaderHistoryEntry
impl Clone for LedgerHeaderHistoryEntry
Source§fn clone(&self) -> LedgerHeaderHistoryEntry
fn clone(&self) -> LedgerHeaderHistoryEntry
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 moreSource§impl Debug for LedgerHeaderHistoryEntry
impl Debug for LedgerHeaderHistoryEntry
Source§impl<Out: Write> Pack<Out> for LedgerHeaderHistoryEntry
impl<Out: Write> Pack<Out> for LedgerHeaderHistoryEntry
Source§impl PartialEq for LedgerHeaderHistoryEntry
impl PartialEq for LedgerHeaderHistoryEntry
Source§impl<In: Read> Unpack<In> for LedgerHeaderHistoryEntry
impl<In: Read> Unpack<In> for LedgerHeaderHistoryEntry
impl Eq for LedgerHeaderHistoryEntry
impl StructuralPartialEq for LedgerHeaderHistoryEntry
Auto Trait Implementations§
impl Freeze for LedgerHeaderHistoryEntry
impl RefUnwindSafe for LedgerHeaderHistoryEntry
impl Send for LedgerHeaderHistoryEntry
impl Sync for LedgerHeaderHistoryEntry
impl Unpin for LedgerHeaderHistoryEntry
impl UnwindSafe for LedgerHeaderHistoryEntry
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