pub struct TransactionTopicStatsSnapshot {
pub begin_events: u64,
pub end_events: u64,
pub events_enriched: u64,
pub in_flight_transactions: u64,
pub transactions_completed: u64,
pub orphan_ends: u64,
}Expand description
Snapshot of transaction topic stats.
Fields§
§begin_events: u64§end_events: u64§events_enriched: u64§in_flight_transactions: u64§transactions_completed: u64§orphan_ends: u64Trait Implementations§
Source§impl Clone for TransactionTopicStatsSnapshot
impl Clone for TransactionTopicStatsSnapshot
Source§fn clone(&self) -> TransactionTopicStatsSnapshot
fn clone(&self) -> TransactionTopicStatsSnapshot
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 Default for TransactionTopicStatsSnapshot
impl Default for TransactionTopicStatsSnapshot
Source§fn default() -> TransactionTopicStatsSnapshot
fn default() -> TransactionTopicStatsSnapshot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransactionTopicStatsSnapshot
impl RefUnwindSafe for TransactionTopicStatsSnapshot
impl Send for TransactionTopicStatsSnapshot
impl Sync for TransactionTopicStatsSnapshot
impl Unpin for TransactionTopicStatsSnapshot
impl UnsafeUnpin for TransactionTopicStatsSnapshot
impl UnwindSafe for TransactionTopicStatsSnapshot
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