pub struct MetricsDisplayFormatter;Expand description
Default formatter for human-readable metrics display output.
Implementations§
Source§impl MetricsDisplayFormatter
impl MetricsDisplayFormatter
Sourcepub fn format_metrics<T: MetricsSnapshotProvider>(&self, snapshot: &T) -> String
pub fn format_metrics<T: MetricsSnapshotProvider>(&self, snapshot: &T) -> String
Formats a snapshot provider into a multi-line summary string.
Auto Trait Implementations§
impl Freeze for MetricsDisplayFormatter
impl RefUnwindSafe for MetricsDisplayFormatter
impl Send for MetricsDisplayFormatter
impl Sync for MetricsDisplayFormatter
impl Unpin for MetricsDisplayFormatter
impl UnsafeUnpin for MetricsDisplayFormatter
impl UnwindSafe for MetricsDisplayFormatter
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