Struct ezno_parser::ParsingState
source · pub struct ParsingState { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParsingState
impl Send for ParsingState
impl Sync for ParsingState
impl Unpin for ParsingState
impl UnwindSafe for ParsingState
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