pub enum Language {
Show 89 variants
Abap,
Agda,
Arduino,
AsciiArt,
Assembly,
Bash,
Basic,
Bnf,
C,
CSharp,
CPlusPlus,
Clojure,
Coffeescript,
Coq,
Css,
Dart,
Dhall,
Diff,
Docker,
Ebnf,
Elixir,
Elm,
Erlang,
FSharp,
Flow,
Fortran,
Gherkin,
Glsl,
Go,
Graphql,
Groovy,
Haskell,
Hcl,
Html,
Idris,
Java,
Javascript,
Json,
Julia,
Kotlin,
Latex,
Less,
Lisp,
Livescript,
LlvmIr,
Lua,
Makefile,
Markdown,
Markup,
Matlab,
Mathematica,
Mermaid,
Nix,
NotionFormula,
ObjectiveC,
Ocaml,
Pascal,
Perl,
Php,
PlainText,
Powershell,
Prolog,
Protobuf,
Purescript,
Python,
R,
Racket,
Reason,
Ruby,
Rust,
Sass,
Scala,
Scheme,
Scss,
Shell,
Smalltalk,
Solidity,
Sql,
Swift,
Toml,
Typescript,
VbNet,
Verilog,
Vhdl,
VisualBasic,
Webassembly,
Xml,
Yaml,
JavaCCPlusPlusCSharp,
}
Expand description
The types of programming languages available can be found in the code of the repository, which is more up-to-date than the Notion API documentation.
Please look for the union type of the type LanguageRequest
string in the codebase of notion-sdk-js
.
Variants§
Abap
Agda
Arduino
AsciiArt
Assembly
Bash
Basic
Bnf
C
CSharp
CPlusPlus
Clojure
Coffeescript
Coq
Css
Dart
Dhall
Diff
Docker
Ebnf
Elixir
Elm
Erlang
FSharp
Flow
Fortran
Gherkin
Glsl
Go
Graphql
Groovy
Haskell
Hcl
Html
Idris
Java
Javascript
Json
Julia
Kotlin
Latex
Less
Lisp
Livescript
LlvmIr
Lua
Makefile
Markdown
Markup
Matlab
Mathematica
Mermaid
Nix
NotionFormula
ObjectiveC
Ocaml
Pascal
Perl
Php
PlainText
Powershell
Prolog
Protobuf
Purescript
Python
R
Racket
Reason
Ruby
Rust
Sass
Scala
Scheme
Scss
Shell
Smalltalk
Solidity
Sql
Swift
Toml
Typescript
VbNet
Verilog
Vhdl
VisualBasic
Webassembly
Xml
Yaml
JavaCCPlusPlusCSharp
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Language
impl<'de> Deserialize<'de> for Language
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Language
impl Eq for Language
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 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