Struct pest_meta::parser::ParserNode[][src]

pub struct ParserNode<'i> {
    pub expr: ParserExpr<'i>,
    pub span: Span<'i>,
}

Fields

Methods

impl<'i> ParserNode<'i>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

impl<'i> PartialEq for ParserNode<'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 ParserNode<'i>

impl<'i> Sync for ParserNode<'i>