pub struct AuditEventEntry {
pub timestamp_ms: u64,
pub actor: String,
pub action: String,
}Expand description
A single audit event.
Fields§
§timestamp_ms: u64§actor: String§action: StringAuto Trait Implementations§
impl Freeze for AuditEventEntry
impl RefUnwindSafe for AuditEventEntry
impl Send for AuditEventEntry
impl Sync for AuditEventEntry
impl Unpin for AuditEventEntry
impl UnsafeUnpin for AuditEventEntry
impl UnwindSafe for AuditEventEntry
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