Enum voc_perturb::parser_state::ParserState [] [src]

pub enum ParserState {
    Xmin,
    Ymin,
    Xmax,
    Ymax,
    NoInterest,
}

Variants

Methods

impl ParserState
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for ParserState
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ParserState
[src]

[src]

Formats the value using the given formatter.