pub struct LocalAuditLog { /* private fields */ }Expand description
Append-only local audit log writer.
Implementations§
Source§impl LocalAuditLog
impl LocalAuditLog
Auto Trait Implementations§
impl Freeze for LocalAuditLog
impl RefUnwindSafe for LocalAuditLog
impl Send for LocalAuditLog
impl Sync for LocalAuditLog
impl Unpin for LocalAuditLog
impl UnsafeUnpin for LocalAuditLog
impl UnwindSafe for LocalAuditLog
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