pub struct Backtick(/* private fields */);Expand description
Represents a token with Kind::Delim that has the char ```. Use T![‘`’] to refer to this.
Trait Implementations§
impl Copy for Backtick
impl Eq for Backtick
Source§impl Ord for Backtick
impl Ord for Backtick
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 Backtick
impl PartialOrd for Backtick
Source§impl SemanticEq for Backtick
impl SemanticEq for Backtick
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.impl StructuralPartialEq for Backtick
Source§impl ToCursors for Backtick
impl ToCursors for Backtick
fn to_cursors(&self, s: &mut impl CursorSink)
Auto Trait Implementations§
impl Freeze for Backtick
impl RefUnwindSafe for Backtick
impl Send for Backtick
impl Sync for Backtick
impl Unpin for Backtick
impl UnsafeUnpin for Backtick
impl UnwindSafe for Backtick
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