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