pub struct Plus(/* 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 Plus
impl Ord for Plus
Source§impl PartialOrd for Plus
impl PartialOrd for Plus
Source§impl SemanticEq for Plus
impl SemanticEq for Plus
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 Plus
impl ToCursors for Plus
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Plus
impl Eq for Plus
impl StructuralPartialEq for Plus
Auto Trait Implementations§
impl Freeze for Plus
impl RefUnwindSafe for Plus
impl Send for Plus
impl Sync for Plus
impl Unpin for Plus
impl UnwindSafe for Plus
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