pub struct SpanStats {
pub count: usize,
pub total_len: usize,
pub min_len: usize,
pub max_len: usize,
}Expand description
Statistics about a collection of spans.
Fields§
§count: usize§total_len: usize§min_len: usize§max_len: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanStats
impl RefUnwindSafe for SpanStats
impl Send for SpanStats
impl Sync for SpanStats
impl Unpin for SpanStats
impl UnsafeUnpin for SpanStats
impl UnwindSafe for SpanStats
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