pub struct AuditDetail<'a> {
pub key: &'a str,
pub value: &'a str,
}Expand description
A key-value pair for module-specific audit details.
Fields§
§key: &'a str§value: &'a strImplementations§
Auto Trait Implementations§
impl<'a> Freeze for AuditDetail<'a>
impl<'a> RefUnwindSafe for AuditDetail<'a>
impl<'a> Send for AuditDetail<'a>
impl<'a> Sync for AuditDetail<'a>
impl<'a> Unpin for AuditDetail<'a>
impl<'a> UnsafeUnpin for AuditDetail<'a>
impl<'a> UnwindSafe for AuditDetail<'a>
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