#[non_exhaustive]pub struct AuditLogEntryMarker;
Expand description
Marker for audit log entry IDs.
Types such as AuditLogEntry
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuditLogEntryMarker
impl RefUnwindSafe for AuditLogEntryMarker
impl Send for AuditLogEntryMarker
impl Sync for AuditLogEntryMarker
impl Unpin for AuditLogEntryMarker
impl UnwindSafe for AuditLogEntryMarker
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