pub enum AuditEventKind {
Add,
Update,
Forget,
Search,
}Expand description
Kind of auditable event.
Variants§
Trait Implementations§
Source§impl Clone for AuditEventKind
impl Clone for AuditEventKind
Source§fn clone(&self) -> AuditEventKind
fn clone(&self) -> AuditEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuditEventKind
impl Debug for AuditEventKind
Source§impl<'de> Deserialize<'de> for AuditEventKind
impl<'de> Deserialize<'de> for AuditEventKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuditEventKind
impl PartialEq for AuditEventKind
Source§impl Serialize for AuditEventKind
impl Serialize for AuditEventKind
impl Copy for AuditEventKind
impl Eq for AuditEventKind
impl StructuralPartialEq for AuditEventKind
Auto Trait Implementations§
impl Freeze for AuditEventKind
impl RefUnwindSafe for AuditEventKind
impl Send for AuditEventKind
impl Sync for AuditEventKind
impl Unpin for AuditEventKind
impl UnsafeUnpin for AuditEventKind
impl UnwindSafe for AuditEventKind
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