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

pub enum Col {
    Specified(String),
    Every,
}

Information for data selection in select

Variants

Specified
Every

Trait Implementations

Derived Implementations

impl PartialEq for Col

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

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

impl Clone for Col

fn clone(&self) -> Col

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

impl Debug for Col

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