Struct piston_meta::meta_rules::Not [] [src]

pub struct Not {
    pub rule: Rule,
    pub debug_id: DebugId,
}

Stores information about not.

Fields

The not rule.

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

Methods

impl Not
[src]

Parse not. Fails if sub rule succeeds.

Trait Implementations

impl Clone for Not
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Not
[src]

Formats the value using the given formatter.

impl PartialEq for Not
[src]

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

This method tests for !=.