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