pub enum StyxLanguage {}Expand description
Language definition for Styx, used by rowan.
Trait Implementations§
Source§impl Clone for StyxLanguage
impl Clone for StyxLanguage
Source§fn clone(&self) -> StyxLanguage
fn clone(&self) -> StyxLanguage
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 StyxLanguage
impl Debug for StyxLanguage
Source§impl Hash for StyxLanguage
impl Hash for StyxLanguage
Source§impl Language for StyxLanguage
impl Language for StyxLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for StyxLanguage
impl Ord for StyxLanguage
Source§fn cmp(&self, other: &StyxLanguage) -> Ordering
fn cmp(&self, other: &StyxLanguage) -> Ordering
1.21.0 · 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 StyxLanguage
impl PartialEq for StyxLanguage
Source§impl PartialOrd for StyxLanguage
impl PartialOrd for StyxLanguage
impl Copy for StyxLanguage
impl Eq for StyxLanguage
impl StructuralPartialEq for StyxLanguage
Auto Trait Implementations§
impl Freeze for StyxLanguage
impl RefUnwindSafe for StyxLanguage
impl Send for StyxLanguage
impl Sync for StyxLanguage
impl Unpin for StyxLanguage
impl UnwindSafe for StyxLanguage
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