Struct air_execution_info_collector::ParTracker
source · pub struct ParTracker {
pub seen_count: u32,
pub executed_count: u32,
}
Fields§
§seen_count: u32
§executed_count: u32
Trait Implementations§
source§impl Debug for ParTracker
impl Debug for ParTracker
source§impl Default for ParTracker
impl Default for ParTracker
source§fn default() -> ParTracker
fn default() -> ParTracker
Returns the “default value” for a type. Read more
source§impl PartialEq<ParTracker> for ParTracker
impl PartialEq<ParTracker> for ParTracker
source§fn eq(&self, other: &ParTracker) -> bool
fn eq(&self, other: &ParTracker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.