Enum planus_cli::lexer::Keyword [−][src]
pub enum Keyword {
Include,
NativeInclude,
Namespace,
Attribute,
Table,
Struct,
Enum,
Union,
RootType,
RpcService,
FileExtension,
FileIdentifier,
}Variants
Include
NativeInclude
Namespace
Attribute
Table
Struct
Enum
Union
RootType
RpcService
FileExtension
FileIdentifier
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Keyword
impl UnwindSafe for Keyword
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
