pub enum BadnessLang {}Expand description
The rowan language marker for badness’s CST.
Trait Implementations§
Source§impl Clone for BadnessLang
impl Clone for BadnessLang
Source§fn clone(&self) -> BadnessLang
fn clone(&self) -> BadnessLang
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 BadnessLang
Source§impl Debug for BadnessLang
impl Debug for BadnessLang
impl Eq for BadnessLang
Source§impl Hash for BadnessLang
impl Hash for BadnessLang
Source§impl Language for BadnessLang
impl Language for BadnessLang
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> SyntaxKind
fn kind_to_raw(kind: SyntaxKind) -> SyntaxKind
Source§impl Ord for BadnessLang
impl Ord for BadnessLang
Source§fn cmp(&self, other: &BadnessLang) -> Ordering
fn cmp(&self, other: &BadnessLang) -> 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 BadnessLang
impl PartialEq for BadnessLang
Source§impl PartialOrd for BadnessLang
impl PartialOrd for BadnessLang
impl StructuralPartialEq for BadnessLang
Auto Trait Implementations§
impl Freeze for BadnessLang
impl RefUnwindSafe for BadnessLang
impl Send for BadnessLang
impl Sync for BadnessLang
impl Unpin for BadnessLang
impl UnsafeUnpin for BadnessLang
impl UnwindSafe for BadnessLang
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