pub enum Language {
Show 16 variants
CSharp,
Elixir,
Go,
Hcl,
Java,
JavaScript,
Json,
Kotlin,
Php,
Python,
Ruby,
Rust,
Scala,
Swift,
TypeScript,
Yaml,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Language
impl Eq for Language
Source§impl LanguageExt for Language
impl LanguageExt for Language
fn from_path(path: &Path) -> Option<Language>
fn tree_sitter(self) -> TreeSitterLanguage
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnsafeUnpin for Language
impl UnwindSafe for Language
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