pub struct Lexer<R> { /* private fields */ }Expand description
Lexer or tokenizer for the Boa JavaScript Engine.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Lexer<R>where
Cursor<R>: Freeze,
impl<R> RefUnwindSafe for Lexer<R>where
Cursor<R>: RefUnwindSafe,
impl<R> Send for Lexer<R>where
Cursor<R>: Send,
impl<R> Sync for Lexer<R>where
Cursor<R>: Sync,
impl<R> Unpin for Lexer<R>where
Cursor<R>: Unpin,
impl<R> UnsafeUnpin for Lexer<R>where
Cursor<R>: UnsafeUnpin,
impl<R> UnwindSafe for Lexer<R>where
Cursor<R>: UnwindSafe,
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