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