Struct ucglib::ast::tree::ListOpDef
[−]
[src]
pub struct ListOpDef {
pub typ: ListOpType,
pub mac: SelectorDef,
pub field: String,
pub target: ListDef,
pub pos: Position,
}Fields
typ: ListOpType
mac: SelectorDef
field: String
target: ListDef
pos: Position
Trait Implementations
impl Debug for ListOpDef[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for ListOpDef[src]
fn eq(&self, __arg_0: &ListOpDef) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ListOpDef) -> bool[src]
This method tests for !=.