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