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

pub struct Sort {
    pub alias: Option<String>,
    pub col: String,
    pub order: Option<Order>,
}

Fields

alias
col
order

Trait Implementations

Derived Implementations

impl PartialEq for Sort

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

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

impl Clone for Sort

fn clone(&self) -> Sort

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

impl Debug for Sort

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