Struct rpg_compiler::Token
source · [−]Expand description
Represents a single token
Fields
ttype: TokenType
Token type
value: String
token value
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more