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