pub struct ParseResultCache { /* private fields */ }Expand description
Parse result cache.
Implementations§
Auto Trait Implementations§
impl Freeze for ParseResultCache
impl RefUnwindSafe for ParseResultCache
impl Send for ParseResultCache
impl Sync for ParseResultCache
impl Unpin for ParseResultCache
impl UnsafeUnpin for ParseResultCache
impl UnwindSafe for ParseResultCache
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