pub struct TrackingInfo {
pub pass_count: AtomicU64,
pub fail_count: AtomicU64,
}Fields§
§pass_count: AtomicU64§fail_count: AtomicU64Implementations§
Source§impl TrackingInfo
impl TrackingInfo
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TrackingInfo
impl RefUnwindSafe for TrackingInfo
impl Send for TrackingInfo
impl Sync for TrackingInfo
impl Unpin for TrackingInfo
impl UnwindSafe for TrackingInfo
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