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

pub enum CondType {
    Literal(Lit),
    Word(String),
}

Allowed data types for where-clause

Variants

Literal
Word

Trait Implementations

Derived Implementations

impl PartialEq for CondType

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

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

impl Clone for CondType

fn clone(&self) -> CondType

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

impl Debug for CondType

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