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