pub struct SqliteAuditLog { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AuditSink for SqliteAuditLog
impl AuditSink for SqliteAuditLog
Auto Trait Implementations§
impl !Freeze for SqliteAuditLog
impl RefUnwindSafe for SqliteAuditLog
impl Send for SqliteAuditLog
impl Sync for SqliteAuditLog
impl Unpin for SqliteAuditLog
impl UnsafeUnpin for SqliteAuditLog
impl UnwindSafe for SqliteAuditLog
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