#[repr(u8)]
pub enum BasicTokenNoPrefix {
Show 247 variants EndOfTokenisedLine, StatementSeparator, IntegerVariableDefinition, StringVariableDefinition, FloatingPointVariableDefinition, VarUnknown1, VarUnknown2, VarUnknown3, CharTab, VarUnknown5, VariableDefinition1, VariableDefinition2, VariableDefinition3, ConstantNumber0, ConstantNumber1, ConstantNumber2, ConstantNumber3, ConstantNumber4, ConstantNumber5, ConstantNumber6, ConstantNumber7, ConstantNumber8, ConstantNumber9, ConstantNumber10, ValueIntegerDecimal8bits, ValueIntegerDecimal16bits, ValueIntegerBinary16bits, ValueIntegerHexadecimal16bits, LineMemoryAddressPointer, LineNumber, ValueFloatingPoint, CharSpace, CharExclamation, ValueQuotedString, CharNumber, CharDollar, CharPerCent, CharAmpersand, CharSingleQuote, CharOpenParenthesis, CharCloseParenthesis, CharAsterix, CharPlus, CharComma, CharHyphen, CharDot, CharSlash, Char0, Char1, Char2, Char3, Char4, Char5, Char6, Char7, Char8, Char9, CharColon, CharSemiColon, CharLess, CharEquals, CharGreater, CharQuestionMark, CharAt, CharUpperA, CharUpperB, CharUpperC, CharUpperD, CharUpperE, CharUpperF, CharUpperG, CharUpperH, CharUpperI, CharUpperJ, CharUpperK, CharUpperL, CharUpperM, CharUpperN, CharUpperO, CharUpperP, CharUpperQ, CharUpperR, CharUpperS, CharUpperT, CharUpperU, CharUpperV, CharUpperW, CharUpperX, CharUpperY, CharUpperZ, CharLowerA, CharLowerB, CharLowerC, CharLowerD, CharLowerE, CharLowerF, CharLowerG, CharLowerH, CharLowerI, CharLowerJ, CharLowerK, CharLowerL, CharLowerM, CharLowerN, CharLowerO, CharLowerP, CharLowerQ, CharLowerR, CharLowerS, CharLowerT, CharLowerU, CharLowerV, CharLowerW, CharLowerX, CharLowerY, CharLowerZ, Pipe, Unused7d, Unused7e, Unused7f, After, Auto, Border, Call, Cat, Chain, Clear, Clg, Closein, Closeout, Cls, Cont, Data, Def, Defint, Defreal, Defstr, Deg, Delete, Dim, Draw, Drawr, Edit, Else, End, Ent, Env, Erase, Error, Every, For, Gosub, Goto, If, Ink, Input, Key, Let, Line, List, Load, Locate, Memory, Merge, MidDollar, Mode, Move, Mover, Next, New, On, OnBreak, OnErrorGoto, Sq, Openin, Openout, Origin, Out, Paper, Pen, Plot, Plotr, Poke, Print, SymbolQuote, Rad, Randomize, Read, Release, Rem, Renum, Restore, Resume, Return, Run, Save, Sound, Speed, Stop, Symbol, Tag, Tagoff, Troff, Tron, Wait, Wend, While, Width, Window, Write, Zone, Di, Ei, Fill, Graphics, Mask, Frame, Cursor, UnusedE2, Erl, Fn, Spc, Step, Swap, UnusedE8, UnusedE9, Tab, Then, To, Using, GreaterThan, Equal, GreaterOrEqual, LessThan, NotEqual, LessThanOrEqual, Addition, SubstractionOrUnaryMinus, Multiplication, Division, Power, IntegerDivision, And, Mod, Or, Xor, AdditionalTokenMarker,
}

Variants

EndOfTokenisedLine

StatementSeparator

IntegerVariableDefinition

StringVariableDefinition

FloatingPointVariableDefinition

VarUnknown1

VarUnknown2

VarUnknown3

CharTab

VarUnknown5

VariableDefinition1

VariableDefinition2

VariableDefinition3

ConstantNumber0

ConstantNumber1

ConstantNumber2

ConstantNumber3

ConstantNumber4

ConstantNumber5

ConstantNumber6

ConstantNumber7

ConstantNumber8

ConstantNumber9

ConstantNumber10

ValueIntegerDecimal8bits

ValueIntegerDecimal16bits

ValueIntegerBinary16bits

ValueIntegerHexadecimal16bits

LineMemoryAddressPointer

LineNumber

ValueFloatingPoint

CharSpace

CharExclamation

ValueQuotedString

CharNumber

CharDollar

CharPerCent

CharAmpersand

CharSingleQuote

CharOpenParenthesis

CharCloseParenthesis

CharAsterix

CharPlus

CharComma

CharHyphen

CharDot

CharSlash

Char0

Char1

Char2

Char3

Char4

Char5

Char6

Char7

Char8

Char9

CharColon

CharSemiColon

CharLess

CharEquals

CharGreater

CharQuestionMark

CharAt

CharUpperA

CharUpperB

CharUpperC

CharUpperD

CharUpperE

CharUpperF

CharUpperG

CharUpperH

CharUpperI

CharUpperJ

CharUpperK

CharUpperL

CharUpperM

CharUpperN

CharUpperO

CharUpperP

CharUpperQ

CharUpperR

CharUpperS

CharUpperT

CharUpperU

CharUpperV

CharUpperW

CharUpperX

CharUpperY

CharUpperZ

CharLowerA

CharLowerB

CharLowerC

CharLowerD

CharLowerE

CharLowerF

CharLowerG

CharLowerH

CharLowerI

CharLowerJ

CharLowerK

CharLowerL

CharLowerM

CharLowerN

CharLowerO

CharLowerP

CharLowerQ

CharLowerR

CharLowerS

CharLowerT

CharLowerU

CharLowerV

CharLowerW

CharLowerX

CharLowerY

CharLowerZ

Pipe

Unused7d

Unused7e

Unused7f

After

Auto

Border

Call

Cat

Chain

Clear

Clg

Closein

Closeout

Cls

Cont

Data

Def

Defint

Defreal

Defstr

Deg

Delete

Dim

Draw

Drawr

Edit

Else

End

Ent

Env

Erase

Error

Every

For

Gosub

Goto

If

Ink

Input

Key

Let

Line

List

Load

Locate

Memory

Merge

MidDollar

Mode

Move

Mover

Next

New

On

OnBreak

OnErrorGoto

Sq

Openin

Openout

Origin

Out

Paper

Pen

Plot

Plotr

Poke

Print

SymbolQuote

Rad

Randomize

Read

Release

Rem

Renum

Restore

Resume

Return

Run

Save

Sound

Speed

Stop

Symbol

Tag

Tagoff

Troff

Tron

Wait

Wend

While

Width

Window

Write

Zone

Di

Ei

Fill

Graphics

Mask

Frame

Cursor

UnusedE2

Erl

Fn

Spc

Step

Swap

UnusedE8

UnusedE9

Tab

Then

To

Using

GreaterThan

Equal

GreaterOrEqual

LessThan

NotEqual

LessThanOrEqual

Addition

SubstractionOrUnaryMinus

Multiplication

Division

Power

IntegerDivision

And

Mod

Or

Xor

AdditionalTokenMarker

Implementations

Returns the 8bit code that represents the token

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Converts self into T using Into<T>. Read more

Causes self to use its Binary implementation when Debug-formatted. Read more

Causes self to use its Display implementation when Debug-formatted. Read more

Causes self to use its LowerExp implementation when Debug-formatted. Read more

Causes self to use its LowerHex implementation when Debug-formatted. Read more

Causes self to use its Octal implementation when Debug-formatted. Read more

Causes self to use its Pointer implementation when Debug-formatted. Read more

Causes self to use its UpperExp implementation when Debug-formatted. Read more

Causes self to use its UpperHex implementation when Debug-formatted. Read more

Formats each item in a sequence. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Pipes by value. This is generally the method you want to use. Read more

Borrows self and passes that borrow into the pipe function. Read more

Mutably borrows self and passes that borrow into the pipe function. Read more

Borrows self, then passes self.borrow() into the pipe function. Read more

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more

Borrows self, then passes self.as_ref() into the pipe function.

Mutably borrows self, then passes self.as_mut() into the pipe function. Read more

Borrows self, then passes self.deref() into the pipe function.

Mutably borrows self, then passes self.deref_mut() into the pipe function. Read more

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Immutable access to a value. Read more

Mutable access to a value. Read more

Immutable access to the Borrow<B> of a value. Read more

Mutable access to the BorrowMut<B> of a value. Read more

Immutable access to the AsRef<R> view of a value. Read more

Mutable access to the AsMut<R> view of a value. Read more

Immutable access to the Deref::Target of a value. Read more

Mutable access to the Deref::Target of a value. Read more

Calls .tap() only in debug builds, and is erased in release builds.

Calls .tap_mut() only in debug builds, and is erased in release builds. Read more

Calls .tap_borrow() only in debug builds, and is erased in release builds. Read more

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds. Read more

Calls .tap_ref() only in debug builds, and is erased in release builds. Read more

Calls .tap_ref_mut() only in debug builds, and is erased in release builds. Read more

Calls .tap_deref() only in debug builds, and is erased in release builds. Read more

Calls .tap_deref_mut() only in debug builds, and is erased in release builds. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

Attempts to convert self into T using TryInto<T>. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.