pub struct Caret(/* private fields */);Expand description
Represents a token with Kind::Delim that has the char ^. Use T![^] to
refer to this.
Trait Implementations§
Source§impl Ord for Caret
impl Ord for Caret
Source§impl PartialOrd for Caret
impl PartialOrd for Caret
Source§impl ToCursors for Caret
impl ToCursors for Caret
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Caret
impl Eq for Caret
impl StructuralPartialEq for Caret
Auto Trait Implementations§
impl Freeze for Caret
impl RefUnwindSafe for Caret
impl Send for Caret
impl Sync for Caret
impl Unpin for Caret
impl UnwindSafe for Caret
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