pub struct StderrProgressReporter { /* private fields */ }Expand description
Progress reporter that writes human-readable metric snapshots to stderr.
Implementations§
Trait Implementations§
Source§impl Default for StderrProgressReporter
impl Default for StderrProgressReporter
Source§impl ProgressReporter for StderrProgressReporter
impl ProgressReporter for StderrProgressReporter
Source§fn report(&self, event: &ProgressEvent)
fn report(&self, event: &ProgressEvent)
Writes one line for every metric snapshot in the event.
§Parameters
event- Progress event to report.
Auto Trait Implementations§
impl Freeze for StderrProgressReporter
impl !RefUnwindSafe for StderrProgressReporter
impl Send for StderrProgressReporter
impl Sync for StderrProgressReporter
impl Unpin for StderrProgressReporter
impl UnsafeUnpin for StderrProgressReporter
impl !UnwindSafe for StderrProgressReporter
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