Struct chalk_solve::infer::InferenceSnapshot
source · pub struct InferenceSnapshot<I: Interner> {
unify_snapshot: Snapshot<InPlace<EnaVariable<I>>>,
max_universe: UniverseIndex,
vars: Vec<EnaVariable<I>>,
}
Fields§
§unify_snapshot: Snapshot<InPlace<EnaVariable<I>>>
§max_universe: UniverseIndex
§vars: Vec<EnaVariable<I>>
Auto Trait Implementations§
impl<I> Freeze for InferenceSnapshot<I>
impl<I> RefUnwindSafe for InferenceSnapshot<I>
impl<I> Send for InferenceSnapshot<I>
impl<I> Sync for InferenceSnapshot<I>
impl<I> Unpin for InferenceSnapshot<I>
impl<I> UnwindSafe for InferenceSnapshot<I>
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
source§impl<T> Cast for T
impl<T> Cast for T
source§fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U
using CastTo
.