pub struct JSXParser;Expand description
The main parser for JSX input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSXParser
impl RefUnwindSafe for JSXParser
impl Send for JSXParser
impl Sync for JSXParser
impl Unpin for JSXParser
impl UnwindSafe for JSXParser
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