pub struct ApiHealth { /* private fields */ }Expand description
Global lock-free API health tracker.
Uses atomics (same pattern as profiler.rs) to avoid mutex contention
during concurrent HTTP requests.
Auto Trait Implementations§
impl !Freeze for ApiHealth
impl RefUnwindSafe for ApiHealth
impl Send for ApiHealth
impl Sync for ApiHealth
impl Unpin for ApiHealth
impl UnsafeUnpin for ApiHealth
impl UnwindSafe for ApiHealth
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