Struct ucglib::ast::ListDef [−][src]
pub struct ListDef {
pub elems: Vec<Expression>,
pub pos: Position,
}Encodes a list expression in the UCG AST.
Fields
elems: Vec<Expression>
pos: Position
Trait Implementations
impl Debug for ListDef[src]
impl Debug for ListDeffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ListDef[src]
impl PartialEq for ListDeffn eq(&self, other: &ListDef) -> bool[src]
fn eq(&self, other: &ListDef) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListDef) -> bool[src]
fn ne(&self, other: &ListDef) -> boolThis method tests for !=.
impl Clone for ListDef[src]
impl Clone for ListDef