pub enum AccessType {
Select,
Insert,
Update,
Delete,
Schema(SchemaOper),
}Available on crate feature
audit only.Variantsยง
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for AccessType
impl Clone for AccessType
Sourceยงfn clone(&self) -> AccessType
fn clone(&self) -> AccessType
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 moreimpl Copy for AccessType
Sourceยงimpl Debug for AccessType
impl Debug for AccessType
impl Eq for AccessType
Sourceยงimpl PartialEq for AccessType
impl PartialEq for AccessType
impl StructuralPartialEq for AccessType
Auto Trait Implementationsยง
impl Freeze for AccessType
impl RefUnwindSafe for AccessType
impl Send for AccessType
impl Sync for AccessType
impl Unpin for AccessType
impl UnsafeUnpin for AccessType
impl UnwindSafe for AccessType
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