Struct combine::parser::FirstMode [] [src]

pub struct FirstMode;

Trait Implementations

impl Copy for FirstMode
[src]

impl Clone for FirstMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ParseMode for FirstMode
[src]

[src]

If true then the parser has no previous state to resume otherwise the parser might have state to resume which it must check. Read more

[src]

Puts the mode into first parsing.

[src]