pub enum LanguageType {
Show 30 variants
Bash,
C,
CSharp,
Cpp,
Css,
Elixir,
Erlang,
Go,
HTML,
Haskell,
Java,
Javascript,
Latex,
Lua,
Markdown,
Odin,
Php,
Python,
R,
Ruby,
Rust,
Swift,
TOML,
Text,
Typescript,
Tsx,
Typst,
VHDL,
YAML,
Zig,
}Variants§
Bash
C
CSharp
Cpp
Css
Elixir
Erlang
Go
HTML
Haskell
Java
Javascript
Latex
Lua
Markdown
Odin
Php
Python
R
Ruby
Rust
Swift
TOML
Text
Typescript
Tsx
Typst
VHDL
YAML
Zig
Implementations§
Source§impl LanguageType
impl LanguageType
pub fn dictionary_ids(&self) -> Vec<String>
Trait Implementations§
Source§impl Clone for LanguageType
impl Clone for LanguageType
Source§fn clone(&self) -> LanguageType
fn clone(&self) -> LanguageType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LanguageType
impl Debug for LanguageType
Source§impl FromStr for LanguageType
impl FromStr for LanguageType
Source§impl Hash for LanguageType
impl Hash for LanguageType
Source§impl PartialEq for LanguageType
impl PartialEq for LanguageType
impl Copy for LanguageType
impl Eq for LanguageType
impl StructuralPartialEq for LanguageType
Auto Trait Implementations§
impl Freeze for LanguageType
impl RefUnwindSafe for LanguageType
impl Send for LanguageType
impl Sync for LanguageType
impl Unpin for LanguageType
impl UnsafeUnpin for LanguageType
impl UnwindSafe for LanguageType
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.