Struct solana_runtime::accounts_db::geyser_plugin_utils::GeyserPluginNotifyAtSnapshotRestoreStats
source · pub struct GeyserPluginNotifyAtSnapshotRestoreStats {
pub total_accounts: usize,
pub skipped_accounts: usize,
pub notified_accounts: usize,
pub elapsed_filtering_us: usize,
pub total_pure_notify: usize,
pub total_pure_bookeeping: usize,
pub elapsed_notifying_us: usize,
}
Fields§
§total_accounts: usize
§skipped_accounts: usize
§notified_accounts: usize
§elapsed_filtering_us: usize
§total_pure_notify: usize
§total_pure_bookeeping: usize
§elapsed_notifying_us: usize
Implementations§
Trait Implementations§
source§impl Default for GeyserPluginNotifyAtSnapshotRestoreStats
impl Default for GeyserPluginNotifyAtSnapshotRestoreStats
source§fn default() -> GeyserPluginNotifyAtSnapshotRestoreStats
fn default() -> GeyserPluginNotifyAtSnapshotRestoreStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GeyserPluginNotifyAtSnapshotRestoreStats
impl Send for GeyserPluginNotifyAtSnapshotRestoreStats
impl Sync for GeyserPluginNotifyAtSnapshotRestoreStats
impl Unpin for GeyserPluginNotifyAtSnapshotRestoreStats
impl UnwindSafe for GeyserPluginNotifyAtSnapshotRestoreStats
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