Enum rustc_trait_selection::solve::inspect::build::WipProbeStep
source · enum WipProbeStep<'tcx> {
AddGoal(CanonicalState<'tcx, Goal<'tcx, Predicate<'tcx>>>),
EvaluateGoals(WipAddedGoalsEvaluation<'tcx>),
NestedProbe(WipProbe<'tcx>),
}
Variants§
AddGoal(CanonicalState<'tcx, Goal<'tcx, Predicate<'tcx>>>)
EvaluateGoals(WipAddedGoalsEvaluation<'tcx>)
NestedProbe(WipProbe<'tcx>)
Implementations§
Trait Implementations§
source§impl<'tcx> Debug for WipProbeStep<'tcx>
impl<'tcx> Debug for WipProbeStep<'tcx>
source§impl<'tcx> PartialEq<WipProbeStep<'tcx>> for WipProbeStep<'tcx>
impl<'tcx> PartialEq<WipProbeStep<'tcx>> for WipProbeStep<'tcx>
source§fn eq(&self, other: &WipProbeStep<'tcx>) -> bool
fn eq(&self, other: &WipProbeStep<'tcx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'tcx> Eq for WipProbeStep<'tcx>
impl<'tcx> StructuralEq for WipProbeStep<'tcx>
impl<'tcx> StructuralPartialEq for WipProbeStep<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for WipProbeStep<'tcx>
impl<'tcx> !Send for WipProbeStep<'tcx>
impl<'tcx> !Sync for WipProbeStep<'tcx>
impl<'tcx> Unpin for WipProbeStep<'tcx>
impl<'tcx> !UnwindSafe for WipProbeStep<'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: 88 bytes
Size for each variant:
AddGoal
: 48 bytesEvaluateGoals
: 40 bytesNestedProbe
: 88 bytes