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