pub struct HumanReadableMetricSnapshotFormatter;Expand description
Formats metric snapshots as compact human-readable progress lines.
Implementations§
Trait Implementations§
Source§impl Clone for HumanReadableMetricSnapshotFormatter
impl Clone for HumanReadableMetricSnapshotFormatter
Source§fn clone(&self) -> HumanReadableMetricSnapshotFormatter
fn clone(&self) -> HumanReadableMetricSnapshotFormatter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for HumanReadableMetricSnapshotFormatter
impl Default for HumanReadableMetricSnapshotFormatter
Source§fn default() -> HumanReadableMetricSnapshotFormatter
fn default() -> HumanReadableMetricSnapshotFormatter
Returns the “default value” for a type. Read more
Source§impl PartialEq for HumanReadableMetricSnapshotFormatter
impl PartialEq for HumanReadableMetricSnapshotFormatter
Source§fn eq(&self, other: &HumanReadableMetricSnapshotFormatter) -> bool
fn eq(&self, other: &HumanReadableMetricSnapshotFormatter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HumanReadableMetricSnapshotFormatter
impl Eq for HumanReadableMetricSnapshotFormatter
impl StructuralPartialEq for HumanReadableMetricSnapshotFormatter
Auto Trait Implementations§
impl Freeze for HumanReadableMetricSnapshotFormatter
impl RefUnwindSafe for HumanReadableMetricSnapshotFormatter
impl Send for HumanReadableMetricSnapshotFormatter
impl Sync for HumanReadableMetricSnapshotFormatter
impl Unpin for HumanReadableMetricSnapshotFormatter
impl UnsafeUnpin for HumanReadableMetricSnapshotFormatter
impl UnwindSafe for HumanReadableMetricSnapshotFormatter
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