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