pub struct FileAuditStorage { /* private fields */ }Expand description
File-based audit log storage
Implementations§
Trait Implementations§
Source§impl AuditStorage for FileAuditStorage
impl AuditStorage for FileAuditStorage
Auto Trait Implementations§
impl Freeze for FileAuditStorage
impl RefUnwindSafe for FileAuditStorage
impl Send for FileAuditStorage
impl Sync for FileAuditStorage
impl Unpin for FileAuditStorage
impl UnwindSafe for FileAuditStorage
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