Enum badger::tokenizer::TokenCategory [] [src]

pub enum TokenCategory {
    EndOfProgram,
    Invalid,
    Whitespace,
    GuaranteedOperator,
    Label,
    Control,
    Other,
    Unicode,
}

Variants

Trait Implementations

impl Debug for TokenCategory
[src]

Formats the value using the given formatter.

impl Copy for TokenCategory
[src]

impl Clone for TokenCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TokenCategory
[src]

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

This method tests for !=.