Struct ucglib::ast::SelectDef
[−]
[src]
pub struct SelectDef {
pub val: Box<Expression>,
pub default: Box<Expression>,
pub tuple: FieldList,
pub pos: Position,
}Encodes a select expression in the UCG AST.
Fields
val: Box<Expression>
default: Box<Expression>
tuple: FieldList
pos: Position
Trait Implementations
impl PartialEq for SelectDef[src]
fn eq(&self, __arg_0: &SelectDef) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SelectDef) -> bool[src]
This method tests for !=.
impl Debug for SelectDef[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more