pub enum SqlDdlMutationKind {
AddFieldPathIndex,
DropSecondaryIndex,
}Expand description
SqlDdlMutationKind
Developer-facing SQL DDL mutation kind.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SqlDdlMutationKind
impl Clone for SqlDdlMutationKind
Source§fn clone(&self) -> SqlDdlMutationKind
fn clone(&self) -> SqlDdlMutationKind
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 SqlDdlMutationKind
impl Debug for SqlDdlMutationKind
Source§impl PartialEq for SqlDdlMutationKind
impl PartialEq for SqlDdlMutationKind
Source§fn eq(&self, other: &SqlDdlMutationKind) -> bool
fn eq(&self, other: &SqlDdlMutationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SqlDdlMutationKind
impl Eq for SqlDdlMutationKind
impl StructuralPartialEq for SqlDdlMutationKind
Auto Trait Implementations§
impl Freeze for SqlDdlMutationKind
impl RefUnwindSafe for SqlDdlMutationKind
impl Send for SqlDdlMutationKind
impl Sync for SqlDdlMutationKind
impl Unpin for SqlDdlMutationKind
impl UnsafeUnpin for SqlDdlMutationKind
impl UnwindSafe for SqlDdlMutationKind
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