pub struct ContextCollapseStats {
pub collapsed_spans: usize,
pub staged_spans: usize,
pub health: ContextCollapseHealth,
}Expand description
Statistics about context collapse operations
Fields§
§collapsed_spans: usize§staged_spans: usize§health: ContextCollapseHealthTrait Implementations§
Source§impl Clone for ContextCollapseStats
impl Clone for ContextCollapseStats
Source§fn clone(&self) -> ContextCollapseStats
fn clone(&self) -> ContextCollapseStats
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 ContextCollapseStats
impl Debug for ContextCollapseStats
Source§impl Default for ContextCollapseStats
impl Default for ContextCollapseStats
Source§fn default() -> ContextCollapseStats
fn default() -> ContextCollapseStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextCollapseStats
impl RefUnwindSafe for ContextCollapseStats
impl Send for ContextCollapseStats
impl Sync for ContextCollapseStats
impl Unpin for ContextCollapseStats
impl UnsafeUnpin for ContextCollapseStats
impl UnwindSafe for ContextCollapseStats
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