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

pub struct Condition {
    pub aliascol: Option<String>,
    pub col: String,
    pub op: CompType,
    pub aliasrhs: Option<String>,
    pub rhs: CondType,
}

Information for the where-clause

Fields

aliascol
col
op
aliasrhs
rhs

Trait Implementations

Derived Implementations

impl PartialEq for Condition

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

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

impl Clone for Condition

fn clone(&self) -> Condition

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

impl Debug for Condition

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