pub struct JsonlMetadataSink<W> { /* private fields */ }Expand description
Metadata sink that writes one stable JSON object per line.
Implementations§
Source§impl<W> JsonlMetadataSink<W>
impl<W> JsonlMetadataSink<W>
Source§impl<W> JsonlMetadataSink<W>where
W: Write,
impl<W> JsonlMetadataSink<W>where
W: Write,
Trait Implementations§
Source§impl<W: Debug> Debug for JsonlMetadataSink<W>
impl<W: Debug> Debug for JsonlMetadataSink<W>
Source§impl<W> MetadataSink for JsonlMetadataSink<W>
impl<W> MetadataSink for JsonlMetadataSink<W>
Auto Trait Implementations§
impl<W> !Freeze for JsonlMetadataSink<W>
impl<W> RefUnwindSafe for JsonlMetadataSink<W>
impl<W> Send for JsonlMetadataSink<W>where
W: Send,
impl<W> Sync for JsonlMetadataSink<W>where
W: Send,
impl<W> Unpin for JsonlMetadataSink<W>where
W: Unpin,
impl<W> UnsafeUnpin for JsonlMetadataSink<W>where
W: UnsafeUnpin,
impl<W> UnwindSafe for JsonlMetadataSink<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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).