pub struct LedgerHashes { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LedgerHashes
impl Clone for LedgerHashes
Source§fn clone(&self) -> LedgerHashes
fn clone(&self) -> LedgerHashes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LedgerHashes
Source§impl Debug for LedgerHashes
impl Debug for LedgerHashes
impl Eq for LedgerHashes
Source§impl LedgerHashesFields for LedgerHashes
impl LedgerHashesFields for LedgerHashes
Source§fn first_ledger_sequence(&self) -> Result<Option<u32>>
fn first_ledger_sequence(&self) -> Result<Option<u32>>
DEPRECATED Do not use. (The “recent hashes” object on Mainnet has the value
2 in this
field as a result of an old software bug. That value gets carried forward as the “recent
hashes” object is updated. New “previous history” objects do not have this field, nor do
“recent hashes” objects in parallel networks started with more recent versions of xrpld.)Source§impl LedgerObjectCommonFields for LedgerHashes
impl LedgerObjectCommonFields for LedgerHashes
Source§fn get_slot_num(&self) -> i32
fn get_slot_num(&self) -> i32
Returns the slot number (register number) where the ledger object is stored. Read more
Source§fn path(&self) -> LedgerPathBuilder
fn path(&self) -> LedgerPathBuilder
Starts a nested-field path rooted at this ledger object, read through its slot. Read more
Source§impl PartialEq for LedgerHashes
impl PartialEq for LedgerHashes
impl StructuralPartialEq for LedgerHashes
Auto Trait Implementations§
impl Freeze for LedgerHashes
impl RefUnwindSafe for LedgerHashes
impl Send for LedgerHashes
impl Sync for LedgerHashes
impl Unpin for LedgerHashes
impl UnsafeUnpin for LedgerHashes
impl UnwindSafe for LedgerHashes
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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