pub struct AuditEntity<'conn, C>where
C: Deref<Target = Connection>,{ /* private fields */ }Available on crate feature
audit only.Expand description
Audit entity.
Implementations§
Source§impl<'conn, C> AuditEntity<'conn, C>where
C: Deref<Target = Connection>,
impl<'conn, C> AuditEntity<'conn, C>where
C: Deref<Target = Connection>,
Auto Trait Implementations§
impl<'conn, C> Freeze for AuditEntity<'conn, C>
impl<'conn, C> RefUnwindSafe for AuditEntity<'conn, C>where
C: RefUnwindSafe,
impl<'conn, C> Send for AuditEntity<'conn, C>where
C: Sync,
impl<'conn, C> Sync for AuditEntity<'conn, C>where
C: Sync,
impl<'conn, C> Unpin for AuditEntity<'conn, C>
impl<'conn, C> UnwindSafe for AuditEntity<'conn, C>where
C: RefUnwindSafe,
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