Struct ucglib::ast::SelectorDef[][src]

pub struct SelectorDef {
    pub pos: Position,
    pub sel: SelectorList,
}

Encodes a selector expression in the UCG AST.

Fields

Methods

impl SelectorDef
[src]

Constructs a new SelectorDef.

Trait Implementations

impl Debug for SelectorDef
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SelectorDef
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for SelectorDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SelectorDef

impl Sync for SelectorDef