pub struct IncrementalParseCache { /* private fields */ }Expand description
Incremental parse cache: maps dirty-region hashes to parse results.
Implementations§
Auto Trait Implementations§
impl Freeze for IncrementalParseCache
impl RefUnwindSafe for IncrementalParseCache
impl Send for IncrementalParseCache
impl Sync for IncrementalParseCache
impl Unpin for IncrementalParseCache
impl UnsafeUnpin for IncrementalParseCache
impl UnwindSafe for IncrementalParseCache
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