pub enum RelonLanguage {}Expand description
rowan-side phantom that ties SyntaxKind to rowan’s tree
generics. Don’t construct an instance — it’s used only at the
type level.
Trait Implementations§
Source§impl Clone for RelonLanguage
impl Clone for RelonLanguage
Source§fn clone(&self) -> RelonLanguage
fn clone(&self) -> RelonLanguage
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 RelonLanguage
Source§impl Debug for RelonLanguage
impl Debug for RelonLanguage
impl Eq for RelonLanguage
Source§impl Hash for RelonLanguage
impl Hash for RelonLanguage
Source§impl Language for RelonLanguage
impl Language for RelonLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for RelonLanguage
impl Ord for RelonLanguage
Source§fn cmp(&self, other: &RelonLanguage) -> Ordering
fn cmp(&self, other: &RelonLanguage) -> 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
Source§impl PartialEq for RelonLanguage
impl PartialEq for RelonLanguage
Source§fn eq(&self, other: &RelonLanguage) -> bool
fn eq(&self, other: &RelonLanguage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RelonLanguage
impl PartialOrd for RelonLanguage
impl StructuralPartialEq for RelonLanguage
Auto Trait Implementations§
impl Freeze for RelonLanguage
impl RefUnwindSafe for RelonLanguage
impl Send for RelonLanguage
impl Sync for RelonLanguage
impl Unpin for RelonLanguage
impl UnsafeUnpin for RelonLanguage
impl UnwindSafe for RelonLanguage
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