pub struct JournalPruneReceipt {
pub pruned_through_step_seq: Option<u64>,
pub pruned_count: u64,
}Fields§
§pruned_through_step_seq: Option<u64>Highest step_seq no longer retained. None when nothing has ever been pruned — this is
the Rust rendering of the -1 sentinel the Node/Python receipts carry.
pruned_count: u64Trait Implementations§
Source§impl Clone for JournalPruneReceipt
impl Clone for JournalPruneReceipt
Source§fn clone(&self) -> JournalPruneReceipt
fn clone(&self) -> JournalPruneReceipt
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 moreSource§impl Debug for JournalPruneReceipt
impl Debug for JournalPruneReceipt
impl Eq for JournalPruneReceipt
Source§impl PartialEq for JournalPruneReceipt
impl PartialEq for JournalPruneReceipt
impl StructuralPartialEq for JournalPruneReceipt
Auto Trait Implementations§
impl Freeze for JournalPruneReceipt
impl RefUnwindSafe for JournalPruneReceipt
impl Send for JournalPruneReceipt
impl Sync for JournalPruneReceipt
impl Unpin for JournalPruneReceipt
impl UnsafeUnpin for JournalPruneReceipt
impl UnwindSafe for JournalPruneReceipt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.