Struct pest_meta::parser::ParserRule[][src]

pub struct ParserRule<'i> {
    pub name: String,
    pub span: Span<'i>,
    pub ty: RuleType,
    pub node: ParserNode<'i>,
}

Fields

Trait Implementations

impl<'i> Clone for ParserRule<'i>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'i> Debug for ParserRule<'i>
[src]

Formats the value using the given formatter. Read more

impl<'i> Eq for ParserRule<'i>
[src]

impl<'i> PartialEq for ParserRule<'i>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'i> Send for ParserRule<'i>

impl<'i> Sync for ParserRule<'i>