Struct python_ast::parser::ParserState [] [src]

struct ParserState<'a> {
    line: usize,
    column: usize,
    indent: usize,
    unused: Option<TkSlice<'a>>,
}

Fields

Track number of \n seen in an erratic and inconsistent manner

Trait Implementations

impl<'a> Debug for ParserState<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for ParserState<'a>
[src]

impl<'a> Clone for ParserState<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for ParserState<'a>
[src]

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