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

pub enum UseStmt {
    Database(String),
}

Variants

Database

Trait Implementations

Derived Implementations

impl PartialEq for UseStmt

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

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

impl Clone for UseStmt

fn clone(&self) -> UseStmt

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

impl Debug for UseStmt

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