pub struct Summary<S: SummaryMetric = DefaultSummaryProvider> { /* private fields */ }Expand description
A Summary metric.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Summary<S>
impl<S = BatchedSummary<Distribution>> !RefUnwindSafe for Summary<S>
impl<S> Send for Summary<S>
impl<S> Sync for Summary<S>
impl<S> Unpin for Summary<S>
impl<S = BatchedSummary<Distribution>> !UnwindSafe for Summary<S>
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