pub struct InMemoryAuditLog { /* private fields */ }Expand description
In-process audit log.
Implementations§
Trait Implementations§
Source§impl AuditLog for InMemoryAuditLog
impl AuditLog for InMemoryAuditLog
Source§impl Default for InMemoryAuditLog
impl Default for InMemoryAuditLog
Source§fn default() -> InMemoryAuditLog
fn default() -> InMemoryAuditLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryAuditLog
impl RefUnwindSafe for InMemoryAuditLog
impl Send for InMemoryAuditLog
impl Sync for InMemoryAuditLog
impl Unpin for InMemoryAuditLog
impl UnsafeUnpin for InMemoryAuditLog
impl UnwindSafe for InMemoryAuditLog
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