Enum moore_svlog_syntax::cat::CatTokenKind [] [src]

pub enum CatTokenKind {
    Newline,
    Whitespace,
    Comment,
    Symbol(char),
    Text,
    Digits,
    Eof,
}

The different kinds of tokens the categorizing lexer can emit.

Variants

Trait Implementations

impl Clone for CatTokenKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CatTokenKind
[src]

impl PartialEq for CatTokenKind
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for CatTokenKind
[src]

impl Debug for CatTokenKind
[src]

[src]

Formats the value using the given formatter.