pub struct JsonlSink;
Expand description
No-op JSONL sink for development and testing.
Trait Implementations§
Source§impl FactsEmitter for JsonlSink
impl FactsEmitter for JsonlSink
impl Copy for JsonlSink
Auto Trait Implementations§
impl Freeze for JsonlSink
impl RefUnwindSafe for JsonlSink
impl Send for JsonlSink
impl Sync for JsonlSink
impl Unpin for JsonlSink
impl UnwindSafe for JsonlSink
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