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