Struct chumsky::debug::ParserInfo
source · [−]pub struct ParserInfo { /* private fields */ }
Expand description
Information about a specific parser.
Auto Trait Implementations
impl !RefUnwindSafe for ParserInfo
impl !Send for ParserInfo
impl !Sync for ParserInfo
impl Unpin for ParserInfo
impl !UnwindSafe for ParserInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more