pub struct JsonlLogSink { /* private fields */ }Expand description
JSONL log sink that appends to a file in
${XDG_STATE_HOME:-~/.local/state}/fren/log/.
Implementations§
Trait Implementations§
Source§impl LogSink for JsonlLogSink
impl LogSink for JsonlLogSink
Auto Trait Implementations§
impl Freeze for JsonlLogSink
impl RefUnwindSafe for JsonlLogSink
impl Send for JsonlLogSink
impl Sync for JsonlLogSink
impl Unpin for JsonlLogSink
impl UnsafeUnpin for JsonlLogSink
impl UnwindSafe for JsonlLogSink
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