pub struct Parser<'src, 'ast> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'src, 'ast> Freeze for Parser<'src, 'ast>
impl<'src, 'ast> !RefUnwindSafe for Parser<'src, 'ast>
impl<'src, 'ast> !Send for Parser<'src, 'ast>
impl<'src, 'ast> !Sync for Parser<'src, 'ast>
impl<'src, 'ast> Unpin for Parser<'src, 'ast>
impl<'src, 'ast> !UnwindSafe for Parser<'src, 'ast>
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