Struct sixtyfps_compilerlib::parser::Token [−][src]
pub struct Token { pub kind: SyntaxKind, pub text: SmolStr, pub offset: usize, }
Fields
kind: SyntaxKind
text: SmolStr
offset: usize
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more