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