Struct sqlx_models_parser::ast::AlterTable [−][src]
pub struct AlterTable {
pub name: ObjectName,
pub operation: AlterTableOperation,
}Expand description
ALTER TABLE
Fields
name: ObjectNameTable name
operation: AlterTableOperationTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more