Struct server::parse::ast::AlterTableStmt [] [src]

pub struct AlterTableStmt {
    pub tid: String,
    pub op: AlterOp,
}

Information for table alteration

Fields

tid
op

Trait Implementations

Derived Implementations

impl PartialEq for AlterTableStmt

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

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

impl Clone for AlterTableStmt

fn clone(&self) -> AlterTableStmt

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

impl Debug for AlterTableStmt

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