Struct rustc_trait_selection::solve::inspect::build::WipGoalEvaluation
source · struct WipGoalEvaluation<'tcx> {
pub uncanonicalized_goal: Goal<'tcx, Predicate<'tcx>>,
pub kind: WipGoalEvaluationKind<'tcx>,
pub evaluation: Option<WipCanonicalGoalEvaluation<'tcx>>,
pub returned_goals: Vec<Goal<'tcx, Predicate<'tcx>>>,
}
Fields§
§uncanonicalized_goal: Goal<'tcx, Predicate<'tcx>>
§kind: WipGoalEvaluationKind<'tcx>
§evaluation: Option<WipCanonicalGoalEvaluation<'tcx>>
§returned_goals: Vec<Goal<'tcx, Predicate<'tcx>>>
Implementations§
source§impl<'tcx> WipGoalEvaluation<'tcx>
impl<'tcx> WipGoalEvaluation<'tcx>
fn finalize(self) -> GoalEvaluation<'tcx>
Trait Implementations§
source§impl<'tcx> Debug for WipGoalEvaluation<'tcx>
impl<'tcx> Debug for WipGoalEvaluation<'tcx>
source§impl<'tcx> From<WipGoalEvaluation<'tcx>> for DebugSolver<'tcx>
impl<'tcx> From<WipGoalEvaluation<'tcx>> for DebugSolver<'tcx>
source§fn from(g: WipGoalEvaluation<'tcx>) -> DebugSolver<'tcx>
fn from(g: WipGoalEvaluation<'tcx>) -> DebugSolver<'tcx>
Converts to this type from the input type.
source§impl<'tcx> PartialEq<WipGoalEvaluation<'tcx>> for WipGoalEvaluation<'tcx>
impl<'tcx> PartialEq<WipGoalEvaluation<'tcx>> for WipGoalEvaluation<'tcx>
source§fn eq(&self, other: &WipGoalEvaluation<'tcx>) -> bool
fn eq(&self, other: &WipGoalEvaluation<'tcx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'tcx> Eq for WipGoalEvaluation<'tcx>
impl<'tcx> StructuralEq for WipGoalEvaluation<'tcx>
impl<'tcx> StructuralPartialEq for WipGoalEvaluation<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for WipGoalEvaluation<'tcx>
impl<'tcx> !Send for WipGoalEvaluation<'tcx>
impl<'tcx> !Sync for WipGoalEvaluation<'tcx>
impl<'tcx> Unpin for WipGoalEvaluation<'tcx>
impl<'tcx> !UnwindSafe for WipGoalEvaluation<'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: 184 bytes