pub struct JsonlSink { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Sink for JsonlSink
impl Sink for JsonlSink
fn write(&self, record: AttributionRecord) -> Result<(), StoreError>
fn read_all(&self) -> Result<Vec<AttributionRecord>, StoreError>
Auto Trait Implementations§
impl Freeze for JsonlSink
impl RefUnwindSafe for JsonlSink
impl Send for JsonlSink
impl Sync for JsonlSink
impl Unpin for JsonlSink
impl UnsafeUnpin 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