pub enum NativeLanguage {}Expand description
Rowan language tag for the native .brink grammar.
Trait Implementations§
Source§impl Clone for NativeLanguage
impl Clone for NativeLanguage
Source§fn clone(&self) -> NativeLanguage
fn clone(&self) -> NativeLanguage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeLanguage
Source§impl Debug for NativeLanguage
impl Debug for NativeLanguage
impl Eq for NativeLanguage
Source§impl Hash for NativeLanguage
impl Hash for NativeLanguage
Source§impl Language for NativeLanguage
impl Language for NativeLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> SyntaxKind
fn kind_to_raw(kind: SyntaxKind) -> SyntaxKind
Source§impl Ord for NativeLanguage
impl Ord for NativeLanguage
Source§fn cmp(&self, other: &NativeLanguage) -> Ordering
fn cmp(&self, other: &NativeLanguage) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for NativeLanguage
impl PartialEq for NativeLanguage
Source§impl PartialOrd for NativeLanguage
impl PartialOrd for NativeLanguage
impl StructuralPartialEq for NativeLanguage
Auto Trait Implementations§
impl Freeze for NativeLanguage
impl RefUnwindSafe for NativeLanguage
impl Send for NativeLanguage
impl Sync for NativeLanguage
impl Unpin for NativeLanguage
impl UnsafeUnpin for NativeLanguage
impl UnwindSafe for NativeLanguage
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