Struct ucglib::ast::ListOpDef [−][src]
pub struct ListOpDef {
pub typ: ListOpType,
pub mac: SelectorDef,
pub field: String,
pub target: ListDef,
pub pos: Position,
}ListOpDef implements the list operations in the UCG AST.
Fields
typ: ListOpType
mac: SelectorDef
field: String
target: ListDef
pos: Position
Trait Implementations
impl Debug for ListOpDef[src]
impl Debug for ListOpDeffn 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 ListOpDef[src]
impl PartialEq for ListOpDeffn eq(&self, other: &ListOpDef) -> bool[src]
fn eq(&self, other: &ListOpDef) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListOpDef) -> bool[src]
fn ne(&self, other: &ListOpDef) -> boolThis method tests for !=.
impl Clone for ListOpDef[src]
impl Clone for ListOpDef