Struct piston_meta::meta_rules::Select [] [src]

pub struct Select {
    pub args: Vec<Rule>,
    pub debug_id: DebugId,
}

Stores information about select.

Fields

The rules to select from.

A debug id to track down the rule generating an error.

Methods

impl Select
[src]

Parses select.

Trait Implementations

impl Clone for Select
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Select
[src]

Formats the value using the given formatter.

impl PartialEq for Select
[src]

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

This method tests for !=.