pub struct MetricsJsonlWriter { /* private fields */ }Expand description
Stateful JSONL writer that validates or writes the canonical header once, then appends compact sample rows without rescanning the whole file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetricsJsonlWriter
impl RefUnwindSafe for MetricsJsonlWriter
impl Send for MetricsJsonlWriter
impl Sync for MetricsJsonlWriter
impl Unpin for MetricsJsonlWriter
impl UnsafeUnpin for MetricsJsonlWriter
impl UnwindSafe for MetricsJsonlWriter
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