pub enum AuditOperation {
Insert,
Update,
}Expand description
Persistence operation currently requesting audit values.
Variants§
Trait Implementations§
Source§impl Clone for AuditOperation
impl Clone for AuditOperation
Source§fn clone(&self) -> AuditOperation
fn clone(&self) -> AuditOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuditOperation
impl Debug for AuditOperation
Source§impl PartialEq for AuditOperation
impl PartialEq for AuditOperation
Source§fn eq(&self, other: &AuditOperation) -> bool
fn eq(&self, other: &AuditOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AuditOperation
impl Eq for AuditOperation
impl StructuralPartialEq for AuditOperation
Auto Trait Implementations§
impl Freeze for AuditOperation
impl RefUnwindSafe for AuditOperation
impl Send for AuditOperation
impl Sync for AuditOperation
impl Unpin for AuditOperation
impl UnsafeUnpin for AuditOperation
impl UnwindSafe for AuditOperation
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