Enum server::parse::ast::AltStmt [] [src]

pub enum AltStmt {
    Table(AlterTableStmt),
}
[]

Split between alterable content (only Tables yet)

Variants

Table

Trait Implementations

Derived Implementations

impl PartialEq for AltStmt

fn eq(&self, __arg_0: &AltStmt) -> bool

fn ne(&self, __arg_0: &AltStmt) -> bool

impl Clone for AltStmt

fn clone(&self) -> AltStmt

fn clone_from(&mut self, source: &Self)

impl Debug for AltStmt

fn fmt(&self, __arg_0: &mut Formatter) -> Result