pub struct EventLogger { /* private fields */ }Expand description
Append-only JSONL event writer.
Implementations§
Source§impl EventLogger
impl EventLogger
Auto Trait Implementations§
impl Freeze for EventLogger
impl RefUnwindSafe for EventLogger
impl Send for EventLogger
impl Sync for EventLogger
impl Unpin for EventLogger
impl UnsafeUnpin for EventLogger
impl UnwindSafe for EventLogger
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