Enum moore_svlog::cat::CatTokenKind [−][src]
pub enum CatTokenKind {
Newline,
Whitespace,
Comment,
Symbol(char),
Text,
Digits,
Eof,
}
Expand description
The different kinds of tokens the categorizing lexer can emit.
Variants
Symbol(char)
Tuple Fields of Symbol
0: char
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CatTokenKind
impl Send for CatTokenKind
impl Sync for CatTokenKind
impl Unpin for CatTokenKind
impl UnwindSafe for CatTokenKind
Blanket Implementations
Mutably borrows from an owned value. Read more