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