pub struct AuditEntry {
pub timestamp: String,
pub plugin_name: String,
pub runtime_type: String,
pub command: String,
pub action: String,
pub checksum: String,
pub details: String,
}Expand description
Audit log entry.
Fields§
§timestamp: String§plugin_name: String§runtime_type: String§command: String§action: String§checksum: String§details: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuditEntry
impl RefUnwindSafe for AuditEntry
impl Send for AuditEntry
impl Sync for AuditEntry
impl Unpin for AuditEntry
impl UnsafeUnpin for AuditEntry
impl UnwindSafe for AuditEntry
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