pub struct StarEqual(_, pub Delim);Expand description
Represents a two consecutive tokens with Kind::Delim that cannot be separated by any
other token. The first token has the char * while the second has the char =, representing *=. Use
T![*=] to refer to this.
Tuple Fields§
§1: DelimImplementations§
Trait Implementations§
Source§impl Ord for StarEqual
impl Ord for StarEqual
Source§impl PartialOrd for StarEqual
impl PartialOrd for StarEqual
Source§impl<'a> ToCursors for StarEqual
impl<'a> ToCursors for StarEqual
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for StarEqual
impl Eq for StarEqual
impl StructuralPartialEq for StarEqual
Auto Trait Implementations§
impl Freeze for StarEqual
impl RefUnwindSafe for StarEqual
impl Send for StarEqual
impl Sync for StarEqual
impl Unpin for StarEqual
impl UnwindSafe for StarEqual
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