pub struct Add<'source> {
pub lexeme: &'source str,
pub span: Range<usize>,
}Fields§
§lexeme: &'source str§span: Range<usize>Trait Implementations§
Source§impl<'source> Parse<'source> for Add<'source>
impl<'source> Parse<'source> for Add<'source>
impl<'source> StructuralPartialEq for Add<'source>
Auto Trait Implementations§
impl<'source> Freeze for Add<'source>
impl<'source> RefUnwindSafe for Add<'source>
impl<'source> Send for Add<'source>
impl<'source> Sync for Add<'source>
impl<'source> Unpin for Add<'source>
impl<'source> UnwindSafe for Add<'source>
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