pub struct ResidentGraphFinalObservationStats {
pub dtoh_calls: u64,
pub dtoh_bytes: u64,
pub pinned_receipts: u64,
}Expand description
The one bounded observation after the terminal synchronization.
Fields§
§dtoh_calls: u64§dtoh_bytes: u64§pinned_receipts: u64Trait Implementations§
Source§impl Clone for ResidentGraphFinalObservationStats
impl Clone for ResidentGraphFinalObservationStats
Source§fn clone(&self) -> ResidentGraphFinalObservationStats
fn clone(&self) -> ResidentGraphFinalObservationStats
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 Default for ResidentGraphFinalObservationStats
impl Default for ResidentGraphFinalObservationStats
Source§fn default() -> ResidentGraphFinalObservationStats
fn default() -> ResidentGraphFinalObservationStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResidentGraphFinalObservationStats
impl RefUnwindSafe for ResidentGraphFinalObservationStats
impl Send for ResidentGraphFinalObservationStats
impl Sync for ResidentGraphFinalObservationStats
impl Unpin for ResidentGraphFinalObservationStats
impl UnsafeUnpin for ResidentGraphFinalObservationStats
impl UnwindSafe for ResidentGraphFinalObservationStats
Blanket Implementations§
impl<T> Allocation 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