pub enum SupportLang {
Show 23 variants
Bash,
C,
Cpp,
CSharp,
Css,
Go,
Elixir,
Haskell,
Html,
Java,
JavaScript,
Kotlin,
Lua,
Nix,
Php,
Python,
Ruby,
Rust,
Scala,
Swift,
TypeScript,
Tsx,
Yaml,
}Variants§
Bash
C
Cpp
CSharp
Css
Go
Elixir
Haskell
Html
Java
JavaScript
Kotlin
Lua
Nix
Php
Python
Ruby
Rust
Scala
Swift
TypeScript
Tsx
Yaml
Implementations§
Trait Implementations§
Source§impl Clone for SupportLang
impl Clone for SupportLang
Source§fn clone(&self) -> SupportLang
fn clone(&self) -> SupportLang
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 SupportLang
impl Debug for SupportLang
Source§impl Hash for SupportLang
impl Hash for SupportLang
Source§impl PartialEq for SupportLang
impl PartialEq for SupportLang
impl Copy for SupportLang
impl Eq for SupportLang
impl StructuralPartialEq for SupportLang
Auto Trait Implementations§
impl Freeze for SupportLang
impl RefUnwindSafe for SupportLang
impl Send for SupportLang
impl Sync for SupportLang
impl Unpin for SupportLang
impl UnsafeUnpin for SupportLang
impl UnwindSafe for SupportLang
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