pub enum Word {
Show 43 variants
Clear,
Cls,
Cont,
Data,
Def,
Defdbl,
Defint,
Defsng,
Defstr,
Delete,
Dim,
Else,
End,
Erase,
For,
Gosub,
Goto,
If,
Input,
Let,
List,
Load,
New,
Next,
On,
Print,
Read,
Rem1,
Rem2,
Renum,
Restore,
Return,
Save,
Step,
Stop,
Swap,
Run,
Then,
To,
Troff,
Tron,
Wend,
While,
}
Variants§
Clear
Cls
Cont
Data
Def
Defdbl
Defint
Defsng
Defstr
Delete
Dim
Else
End
Erase
For
Gosub
Goto
If
Input
Let
List
Load
New
Next
On
Read
Rem1
Rem2
Renum
Restore
Return
Save
Step
Stop
Swap
Run
Then
To
Troff
Tron
Wend
While
Trait Implementations§
impl StructuralPartialEq for Word
Auto Trait Implementations§
impl Freeze for Word
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnwindSafe for Word
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)