pub struct Question(/* 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 Question
impl Ord for Question
Source§impl PartialOrd for Question
impl PartialOrd for Question
Source§impl SemanticEq for Question
impl SemanticEq for Question
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for Question
impl ToCursors for Question
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Question
impl Eq for Question
impl StructuralPartialEq for Question
Auto Trait Implementations§
impl Freeze for Question
impl RefUnwindSafe for Question
impl Send for Question
impl Sync for Question
impl Unpin for Question
impl UnwindSafe for Question
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