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