pub struct ContextCollapseHealth {
pub total_errors: usize,
pub total_empty_spawns: usize,
pub empty_spawn_warning_emitted: bool,
}Expand description
Health metrics for context collapse
Fields§
§total_errors: usize§total_empty_spawns: usize§empty_spawn_warning_emitted: boolTrait Implementations§
Source§impl Clone for ContextCollapseHealth
impl Clone for ContextCollapseHealth
Source§fn clone(&self) -> ContextCollapseHealth
fn clone(&self) -> ContextCollapseHealth
Returns a duplicate of the value. Read more
1.0.0 · 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 ContextCollapseHealth
impl Debug for ContextCollapseHealth
Source§impl Default for ContextCollapseHealth
impl Default for ContextCollapseHealth
Source§fn default() -> ContextCollapseHealth
fn default() -> ContextCollapseHealth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextCollapseHealth
impl RefUnwindSafe for ContextCollapseHealth
impl Send for ContextCollapseHealth
impl Sync for ContextCollapseHealth
impl Unpin for ContextCollapseHealth
impl UnsafeUnpin for ContextCollapseHealth
impl UnwindSafe for ContextCollapseHealth
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