pub struct StdoutProgressReporter { /* private fields */ }Expand description
Progress reporter that writes human-readable metric snapshots to stdout.
Implementations§
Trait Implementations§
Source§impl Default for StdoutProgressReporter
impl Default for StdoutProgressReporter
Source§impl ProgressReporter for StdoutProgressReporter
impl ProgressReporter for StdoutProgressReporter
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 StdoutProgressReporter
impl !RefUnwindSafe for StdoutProgressReporter
impl Send for StdoutProgressReporter
impl Sync for StdoutProgressReporter
impl Unpin for StdoutProgressReporter
impl UnsafeUnpin for StdoutProgressReporter
impl !UnwindSafe for StdoutProgressReporter
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