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

pub enum CompType {
    Equ,
    NEqu,
    GThan,
    SThan,
    GEThan,
    SEThan,
}

Allowed operators for where-clause

Variants

Equ
NEqu
GThan
SThan
GEThan
SEThan

Methods

impl CompType

fn negate(&self) -> CompType

Trait Implementations

Derived Implementations

impl Copy for CompType

impl PartialEq for CompType

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

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

impl Clone for CompType

fn clone(&self) -> CompType

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

impl Debug for CompType

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