pub struct TracingAudit;Expand description
Emits each event as a structured tracing record.
Trait Implementations§
Source§impl AuditSink for TracingAudit
impl AuditSink for TracingAudit
fn record(&self, event: AuditEvent)
Source§impl Default for TracingAudit
impl Default for TracingAudit
Source§fn default() -> TracingAudit
fn default() -> TracingAudit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TracingAudit
impl RefUnwindSafe for TracingAudit
impl Send for TracingAudit
impl Sync for TracingAudit
impl Unpin for TracingAudit
impl UnsafeUnpin for TracingAudit
impl UnwindSafe for TracingAudit
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