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

pub enum SpecOps {
    OrderByAsc(String),
    OrderByDesc(String),
    GroupBy(Vec<String>),
    Limit(u32),
}

Additional operations for ordering and limiting

Variants

OrderByAsc
OrderByDesc
GroupBy
Limit

Trait Implementations

Derived Implementations

impl PartialEq for SpecOps

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

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

impl Clone for SpecOps

fn clone(&self) -> SpecOps

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

impl Debug for SpecOps

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