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 for ParTracker
impl PartialEq 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 ==
.impl Eq for ParTracker
impl StructuralPartialEq for ParTracker
Auto Trait Implementations§
impl Freeze for ParTracker
impl RefUnwindSafe for ParTracker
impl Send for ParTracker
impl Sync for ParTracker
impl Unpin for ParTracker
impl UnwindSafe for ParTracker
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