Struct parse_js::parse::parser::ParserCheckpoint
source · pub struct ParserCheckpoint { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for ParserCheckpoint
impl Send for ParserCheckpoint
impl Sync for ParserCheckpoint
impl Unpin for ParserCheckpoint
impl UnwindSafe for ParserCheckpoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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