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