Enum pest::Lookahead [−][src]
pub enum Lookahead {
Positive,
Negative,
None,
}The current lookahead status of a ParserState.
Variants
PositiveNegativeNoneTrait Implementations
impl Clone for Lookahead[src]
impl Clone for Lookaheadfn clone(&self) -> Lookahead[src]
fn clone(&self) -> LookaheadReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Lookahead[src]
impl Copy for Lookaheadimpl Debug for Lookahead[src]
impl Debug for Lookaheadfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Lookahead[src]
impl Eq for Lookaheadimpl PartialEq for Lookahead[src]
impl PartialEq for Lookahead