Struct combine::parser::PartialMode [] [src]

pub struct PartialMode {
    pub first: bool,
}

Fields

Trait Implementations

impl Copy for PartialMode
[src]

impl Clone for PartialMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PartialMode
[src]

[src]

Returns the "default value" for a type. Read more

impl ParseMode for PartialMode
[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]