pub enum AlterTableAction {
AlterTable,
RenameTo,
}Expand description
All available params to be used in AlterTable::raw_before and AlterTable::raw_after methods on AlterTable builder
Variants§
Trait Implementations§
source§impl Clone for AlterTableAction
impl Clone for AlterTableAction
source§fn clone(&self) -> AlterTableAction
fn clone(&self) -> AlterTableAction
Returns a copy 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 PartialEq for AlterTableAction
impl PartialEq for AlterTableAction
source§fn eq(&self, other: &AlterTableAction) -> bool
fn eq(&self, other: &AlterTableAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AlterTableAction
Auto Trait Implementations§
impl Freeze for AlterTableAction
impl RefUnwindSafe for AlterTableAction
impl Send for AlterTableAction
impl Sync for AlterTableAction
impl Unpin for AlterTableAction
impl UnwindSafe for AlterTableAction
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)