pub struct NoOpAuditLog;Expand description
No-op audit logger that discards all events. Used as the default when no audit logging is configured.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOpAuditLog
impl RefUnwindSafe for NoOpAuditLog
impl Send for NoOpAuditLog
impl Sync for NoOpAuditLog
impl Unpin for NoOpAuditLog
impl UnsafeUnpin for NoOpAuditLog
impl UnwindSafe for NoOpAuditLog
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