Enum tiny_json_rs::lexer::TokenType
source · pub enum TokenType {
None,
Int,
String(StringType),
ReservedString,
Float,
LBrace,
RBrace,
LBracket,
RBracket,
Colon,
Comma,
}
Variants§
Trait Implementations§
source§impl PartialEq for TokenType
impl PartialEq for TokenType
impl StructuralPartialEq for TokenType
Auto Trait Implementations§
impl RefUnwindSafe for TokenType
impl Send for TokenType
impl Sync for TokenType
impl Unpin for TokenType
impl UnwindSafe for TokenType
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