Struct lalrpop_util::ErrorRecovery [] [src]

pub struct ErrorRecovery<L, T, E> {
    pub error: ParseError<L, T, E>,
    pub dropped_tokens: Vec<(L, T, L)>,
}

Fields

Trait Implementations

impl<L: Clone, T: Clone, E: Clone> Clone for ErrorRecovery<L, T, E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<L: Debug, T: Debug, E: Debug> Debug for ErrorRecovery<L, T, E>
[src]

Formats the value using the given formatter.

impl<L: PartialEq, T: PartialEq, E: PartialEq> PartialEq for ErrorRecovery<L, T, E>
[src]

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

This method tests for !=.

impl<L: Eq, T: Eq, E: Eq> Eq for ErrorRecovery<L, T, E>
[src]

impl<L: PartialOrd, T: PartialOrd, E: PartialOrd> PartialOrd for ErrorRecovery<L, T, E>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<L: Ord, T: Ord, E: Ord> Ord for ErrorRecovery<L, T, E>
[src]

This method returns an Ordering between self and other. Read more