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