pub struct FileAuditSink { /* private fields */ }Expand description
File-based audit sink that writes JSONL.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FileAuditSink
impl RefUnwindSafe for FileAuditSink
impl Send for FileAuditSink
impl Sync for FileAuditSink
impl Unpin for FileAuditSink
impl UnwindSafe for FileAuditSink
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