pub struct LoopHealth {
pub events_received: Arc<AtomicU64>,
pub tools_unavailable: Arc<AtomicU64>,
}Expand description
Content-free health.
Fields§
§events_received: Arc<AtomicU64>Events received.
Tools resolved unavailable.
Trait Implementations§
Source§impl Clone for LoopHealth
impl Clone for LoopHealth
Source§fn clone(&self) -> LoopHealth
fn clone(&self) -> LoopHealth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoopHealth
impl Debug for LoopHealth
Source§impl Default for LoopHealth
impl Default for LoopHealth
Source§fn default() -> LoopHealth
fn default() -> LoopHealth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoopHealth
impl RefUnwindSafe for LoopHealth
impl Send for LoopHealth
impl Sync for LoopHealth
impl Unpin for LoopHealth
impl UnsafeUnpin for LoopHealth
impl UnwindSafe for LoopHealth
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