Struct rustc_trait_selection::solve::inspect::build::WipGoalEvaluationStep
source · struct WipGoalEvaluationStep<'tcx> {
instantiated_goal: QueryInput<'tcx, Predicate<'tcx>>,
evaluation: WipProbe<'tcx>,
}
Fields§
§instantiated_goal: QueryInput<'tcx, Predicate<'tcx>>
§evaluation: WipProbe<'tcx>
Implementations§
source§impl<'tcx> WipGoalEvaluationStep<'tcx>
impl<'tcx> WipGoalEvaluationStep<'tcx>
fn finalize(self) -> GoalEvaluationStep<'tcx>
Trait Implementations§
source§impl<'tcx> Debug for WipGoalEvaluationStep<'tcx>
impl<'tcx> Debug for WipGoalEvaluationStep<'tcx>
source§impl<'tcx> From<WipGoalEvaluationStep<'tcx>> for DebugSolver<'tcx>
impl<'tcx> From<WipGoalEvaluationStep<'tcx>> for DebugSolver<'tcx>
source§fn from(g: WipGoalEvaluationStep<'tcx>) -> DebugSolver<'tcx>
fn from(g: WipGoalEvaluationStep<'tcx>) -> DebugSolver<'tcx>
Converts to this type from the input type.
source§impl<'tcx> PartialEq<WipGoalEvaluationStep<'tcx>> for WipGoalEvaluationStep<'tcx>
impl<'tcx> PartialEq<WipGoalEvaluationStep<'tcx>> for WipGoalEvaluationStep<'tcx>
source§fn eq(&self, other: &WipGoalEvaluationStep<'tcx>) -> bool
fn eq(&self, other: &WipGoalEvaluationStep<'tcx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'tcx> Eq for WipGoalEvaluationStep<'tcx>
impl<'tcx> StructuralEq for WipGoalEvaluationStep<'tcx>
impl<'tcx> StructuralPartialEq for WipGoalEvaluationStep<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for WipGoalEvaluationStep<'tcx>
impl<'tcx> !Send for WipGoalEvaluationStep<'tcx>
impl<'tcx> !Sync for WipGoalEvaluationStep<'tcx>
impl<'tcx> Unpin for WipGoalEvaluationStep<'tcx>
impl<'tcx> !UnwindSafe for WipGoalEvaluationStep<'tcx>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 120 bytes