pub struct ParserInfo { /* private fields */ }
Expand description
Information about a specific parser.
Auto Trait Implementations§
impl Freeze for ParserInfo
impl !RefUnwindSafe for ParserInfo
impl !Send for ParserInfo
impl !Sync for ParserInfo
impl Unpin for ParserInfo
impl !UnwindSafe for ParserInfo
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