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