Struct cql3_parser::alter_table::AlterTable
source · [−]pub struct AlterTable {
pub name: FQName,
pub operation: AlterTableOperation,
}Expand description
data for the AlterTable command
Fields
name: FQNamethe name of the table.
operation: AlterTableOperationthe table alteration operation.
Trait Implementations
sourceimpl Clone for AlterTable
impl Clone for AlterTable
sourcefn clone(&self) -> AlterTable
fn clone(&self) -> AlterTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterTable
impl Debug for AlterTable
sourceimpl PartialEq<AlterTable> for AlterTable
impl PartialEq<AlterTable> for AlterTable
sourcefn eq(&self, other: &AlterTable) -> bool
fn eq(&self, other: &AlterTable) -> bool
impl StructuralPartialEq for AlterTable
Auto Trait Implementations
impl RefUnwindSafe for AlterTable
impl Send for AlterTable
impl Sync for AlterTable
impl Unpin for AlterTable
impl UnwindSafe for AlterTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more