Enum makepad_code_editor::token::TokenKind
source · pub enum TokenKind {
Show 13 variants
Unknown,
BranchKeyword,
Comment,
Constant,
Delimiter,
Identifier,
LoopKeyword,
OtherKeyword,
Number,
Punctuator,
Typename,
String,
Whitespace,
}
Variants§
Unknown
BranchKeyword
Comment
Constant
Delimiter
Identifier
LoopKeyword
OtherKeyword
Number
Punctuator
Typename
String
Whitespace
Trait Implementations§
source§impl PartialEq<TokenKind> for TokenKind
impl PartialEq<TokenKind> for TokenKind
impl Copy for TokenKind
impl Eq for TokenKind
impl StructuralEq for TokenKind
impl StructuralPartialEq for TokenKind
Auto Trait Implementations§
impl RefUnwindSafe for TokenKind
impl Send for TokenKind
impl Sync for TokenKind
impl Unpin for TokenKind
impl UnwindSafe for TokenKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more