pub struct JsonWriterProgressReporter<W> { /* private fields */ }Expand description
Progress reporter that writes JSON metric snapshots to a writer.
One input event can produce multiple JSON lines: one line for each metric counter carried by the event.
Implementations§
Source§impl<W> JsonWriterProgressReporter<W>
impl<W> JsonWriterProgressReporter<W>
Source§impl<W> JsonWriterProgressReporter<W>
impl<W> JsonWriterProgressReporter<W>
Trait Implementations§
Source§impl<W> ProgressReporter for JsonWriterProgressReporter<W>
impl<W> ProgressReporter for JsonWriterProgressReporter<W>
Auto Trait Implementations§
impl<W> Freeze for JsonWriterProgressReporter<W>
impl<W> !RefUnwindSafe for JsonWriterProgressReporter<W>
impl<W> Send for JsonWriterProgressReporter<W>where
W: Send,
impl<W> Sync for JsonWriterProgressReporter<W>where
W: Send,
impl<W> Unpin for JsonWriterProgressReporter<W>
impl<W> UnsafeUnpin for JsonWriterProgressReporter<W>
impl<W> !UnwindSafe for JsonWriterProgressReporter<W>
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