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