pub struct HumanReadableProgressReporter<C = ArcConsumer<String>> { /* private fields */ }Expand description
Progress reporter that emits human-readable strings to a consumer.
Implementations§
Source§impl<C> HumanReadableProgressReporter<C>
impl<C> HumanReadableProgressReporter<C>
Sourcepub const fn inner(
&self,
) -> &FormattedProgressReporter<HumanReadableMetricSnapshotFormatter, C>
pub const fn inner( &self, ) -> &FormattedProgressReporter<HumanReadableMetricSnapshotFormatter, C>
Trait Implementations§
Source§impl<C> ProgressReporter for HumanReadableProgressReporter<C>
impl<C> ProgressReporter for HumanReadableProgressReporter<C>
Source§fn report(&self, event: &ProgressEvent)
fn report(&self, event: &ProgressEvent)
Auto Trait Implementations§
impl<C> Freeze for HumanReadableProgressReporter<C>where
C: Freeze,
impl<C> RefUnwindSafe for HumanReadableProgressReporter<C>where
C: RefUnwindSafe,
impl<C> Send for HumanReadableProgressReporter<C>where
C: Send,
impl<C> Sync for HumanReadableProgressReporter<C>where
C: Sync,
impl<C> Unpin for HumanReadableProgressReporter<C>where
C: Unpin,
impl<C> UnsafeUnpin for HumanReadableProgressReporter<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for HumanReadableProgressReporter<C>where
C: UnwindSafe,
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