pub enum BibLang {}Expand description
The rowan language marker for badness’s BibTeX CST.
Trait Implementations§
impl Copy for BibLang
impl Eq for BibLang
Source§impl Language for BibLang
impl Language for BibLang
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> SyntaxKind
fn kind_to_raw(kind: SyntaxKind) -> SyntaxKind
Source§impl Ord for BibLang
impl Ord for BibLang
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 PartialOrd for BibLang
impl PartialOrd for BibLang
impl StructuralPartialEq for BibLang
Auto Trait Implementations§
impl Freeze for BibLang
impl RefUnwindSafe for BibLang
impl Send for BibLang
impl Sync for BibLang
impl Unpin for BibLang
impl UnsafeUnpin for BibLang
impl UnwindSafe for BibLang
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