pub struct TracingAuditSink;Expand description
Minimal audit sink that logs to tracing — used as default when no file sink is configured.
Trait Implementations§
Source§impl AuditSink for TracingAuditSink
impl AuditSink for TracingAuditSink
Source§fn record(&self, event: AuditEvent)
fn record(&self, event: AuditEvent)
Record a security audit event.
Auto Trait Implementations§
impl Freeze for TracingAuditSink
impl RefUnwindSafe for TracingAuditSink
impl Send for TracingAuditSink
impl Sync for TracingAuditSink
impl Unpin for TracingAuditSink
impl UnsafeUnpin for TracingAuditSink
impl UnwindSafe for TracingAuditSink
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