pub enum SchemaOper {
Create,
Alter,
Drop,
Rename,
Truncate,
}Available on crate feature
audit only.Expand description
Schema Operation
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for SchemaOper
impl Clone for SchemaOper
Sourceยงfn clone(&self) -> SchemaOper
fn clone(&self) -> SchemaOper
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 SchemaOper
impl Debug for SchemaOper
Sourceยงimpl PartialEq for SchemaOper
impl PartialEq for SchemaOper
Sourceยงfn eq(&self, other: &SchemaOper) -> bool
fn eq(&self, other: &SchemaOper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SchemaOper
impl Eq for SchemaOper
impl StructuralPartialEq for SchemaOper
Auto Trait Implementationsยง
impl Freeze for SchemaOper
impl RefUnwindSafe for SchemaOper
impl Send for SchemaOper
impl Sync for SchemaOper
impl Unpin for SchemaOper
impl UnsafeUnpin for SchemaOper
impl UnwindSafe for SchemaOper
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