pub struct EtaNormalCache { /* private fields */ }Expand description
A cache mapping expression hashes to whether they are eta-normal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtaNormalCache
impl RefUnwindSafe for EtaNormalCache
impl Send for EtaNormalCache
impl Sync for EtaNormalCache
impl Unpin for EtaNormalCache
impl UnsafeUnpin for EtaNormalCache
impl UnwindSafe for EtaNormalCache
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