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