Struct biome_parser::ParserContextCheckpoint
source · pub struct ParserContextCheckpoint { /* private fields */ }Expand description
A structure signifying the Parser progress at one point in time
Implementations§
source§impl ParserContextCheckpoint
impl ParserContextCheckpoint
pub fn event_position(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParserContextCheckpoint
impl Send for ParserContextCheckpoint
impl Sync for ParserContextCheckpoint
impl Unpin for ParserContextCheckpoint
impl UnwindSafe for ParserContextCheckpoint
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