pub struct EtaLongChecker { /* private fields */ }Expand description
Checks eta-long status for a set of expressions.
Implementations§
Source§impl EtaLongChecker
impl EtaLongChecker
Sourcepub fn record(&mut self, id: u64, status: EtaLongStatus)
pub fn record(&mut self, id: u64, status: EtaLongStatus)
Record a status for an expression id.
Sourcepub fn status(&self, id: u64) -> Option<EtaLongStatus>
pub fn status(&self, id: u64) -> Option<EtaLongStatus>
Look up the status for an expression id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtaLongChecker
impl RefUnwindSafe for EtaLongChecker
impl Send for EtaLongChecker
impl Sync for EtaLongChecker
impl Unpin for EtaLongChecker
impl UnsafeUnpin for EtaLongChecker
impl UnwindSafe for EtaLongChecker
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