pub enum Keyword {
As,
Break,
Crate,
Else,
Enum,
Extern,
False,
Fn,
For,
If,
Impl,
In,
Let,
Loop,
Match,
Mod,
Move,
Mut,
Pub,
Ref,
Return,
Static,
SelfValue,
SelfType,
Struct,
Super,
True,
Trait,
Type,
Unsafe,
Use,
While,
Continue,
Box,
Const,
Where,
Virtual,
Proc,
Alignof,
Become,
Offsetof,
Priv,
Pure,
Sizeof,
Typeof,
Unsized,
Yield,
Do,
Abstract,
Final,
Override,
Macro,
}
Variants
As | |
Break | |
Crate | |
Else | |
Enum | |
Extern | |
False | |
Fn | |
For | |
If | |
Impl | |
In | |
Let | |
Loop | |
Match | |
Mod | |
Move | |
Mut | |
Pub | |
Ref | |
Return | |
Static | |
SelfValue | |
SelfType | |
Struct | |
Super | |
True | |
Trait | |
Type | |
Unsafe | |
Use | |
While | |
Continue | |
Box | |
Const | |
Where | |
Virtual | |
Proc | |
Alignof | |
Become | |
Offsetof | |
Priv | |
Pure | |
Sizeof | |
Typeof | |
Unsized | |
Yield | |
Do | |
Abstract | |
Final | |
Override | |
Macro | |
Methods
Trait Implementations
Derived Implementations