pub struct Parser<R, M: Mode> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<R, M> Freeze for Parser<R, M>where
R: Freeze,
impl<R, M> RefUnwindSafe for Parser<R, M>where
R: RefUnwindSafe,
M: RefUnwindSafe,
impl<R, M> Send for Parser<R, M>
impl<R, M> Sync for Parser<R, M>
impl<R, M> Unpin for Parser<R, M>
impl<R, M> UnwindSafe for Parser<R, M>where
R: UnwindSafe,
M: 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