pub struct ParseCache { /* private fields */ }Expand description
LRU parse cache for declaration re-use
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseCache
impl RefUnwindSafe for ParseCache
impl Send for ParseCache
impl Sync for ParseCache
impl Unpin for ParseCache
impl UnsafeUnpin for ParseCache
impl UnwindSafe for ParseCache
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