Enum rust_code_analysis::LANG [−][src]
pub enum LANG {
Mozjs,
Javascript,
Java,
Rust,
Cpp,
Python,
Tsx,
Typescript,
Ccomment,
Preproc,
}Expand description
The list of supported languages.
Variants
Mozjs
The Mozjs language is variant of the JavaScript language
Javascript
The JavaScript language
Java
The Java language
Rust
The Rust language
Cpp
The C/C++ language
Python
The Python language
Tsx
The Tsx language incorporates the JSX syntax inside TypeScript
Typescript
The TypeScript language
Ccomment
The Ccomment language is a variant of the C language focused on comments
Preproc
The PreProc language is a variant of the C/C++ language focused on macros
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LANG
impl UnwindSafe for LANG
Blanket Implementations
Mutably borrows from an owned value. Read more
