pub struct Parser<'arena, 'token_ref, Flavor> { /* private fields */ }
Implementations§
Source§impl<'arena, 'token_ref, Flavor> Parser<'arena, 'token_ref, Flavor>
impl<'arena, 'token_ref, Flavor> Parser<'arena, 'token_ref, Flavor>
pub fn with_metadata(self) -> Parser<'arena, 'token_ref, Flavor>
Trait Implementations§
Auto Trait Implementations§
impl<'arena, 'token_ref, Flavor> !Freeze for Parser<'arena, 'token_ref, Flavor>
impl<'arena, 'token_ref, Flavor> !RefUnwindSafe for Parser<'arena, 'token_ref, Flavor>
impl<'arena, 'token_ref, Flavor> !Send for Parser<'arena, 'token_ref, Flavor>
impl<'arena, 'token_ref, Flavor> !Sync for Parser<'arena, 'token_ref, Flavor>
impl<'arena, 'token_ref, Flavor> Unpin for Parser<'arena, 'token_ref, Flavor>where
Flavor: Unpin,
impl<'arena, 'token_ref, Flavor> !UnwindSafe for Parser<'arena, 'token_ref, Flavor>
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