pub struct NodeCache { /* private fields */ }
Expand description
Interner for GreenTokens and GreenNodes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeCache
impl RefUnwindSafe for NodeCache
impl Send for NodeCache
impl Sync for NodeCache
impl Unpin for NodeCache
impl UnwindSafe for NodeCache
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