pub struct NoopProgressReporter;Expand description
No-op progress reporter for when progress tracking is not needed.
Trait Implementations§
Source§impl ProgressReporter for NoopProgressReporter
impl ProgressReporter for NoopProgressReporter
Source§fn report_progress(&self, _progress: &GenerationProgress)
fn report_progress(&self, _progress: &GenerationProgress)
Report current progress.
Auto Trait Implementations§
impl Freeze for NoopProgressReporter
impl RefUnwindSafe for NoopProgressReporter
impl Send for NoopProgressReporter
impl Sync for NoopProgressReporter
impl Unpin for NoopProgressReporter
impl UnwindSafe for NoopProgressReporter
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