Enum i_slint_compiler::parser::Language
source · pub enum Language {}
Trait Implementations§
source§impl Language for Language
impl Language for Language
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
source§impl Ord for Language
impl Ord for Language
source§impl PartialEq<Language> for Language
impl PartialEq<Language> for Language
source§impl PartialOrd<Language> for Language
impl PartialOrd<Language> for Language
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more