pub struct HookRunLogger { /* private fields */ }Expand description
JSONL writer for hook invocation telemetry (hook-runs.jsonl).
Implementations§
Auto Trait Implementations§
impl Freeze for HookRunLogger
impl RefUnwindSafe for HookRunLogger
impl Send for HookRunLogger
impl Sync for HookRunLogger
impl Unpin for HookRunLogger
impl UnsafeUnpin for HookRunLogger
impl UnwindSafe for HookRunLogger
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