pub(crate) struct EvaluationStepBuilder<D, I = I>where
D: SolverDelegate<Interner = I>,
I: Interner,{
state: Option<Box<WipEvaluationStep<I>>>,
_infcx: PhantomData<D>,
}Fields§
§state: Option<Box<WipEvaluationStep<I>>>§_infcx: PhantomData<D>Implementations§
Source§impl<D: SolverDelegate<Interner = I>, I: Interner> EvaluationStepBuilder<D>
impl<D: SolverDelegate<Interner = I>, I: Interner> EvaluationStepBuilder<D>
pub(crate) fn new_noop() -> EvaluationStepBuilder<D>
pub(crate) fn is_noop(&self) -> bool
fn as_mut(&mut self) -> Option<&mut WipEvaluationStep<I>>
pub(crate) fn take_and_enter_probe(&mut self) -> EvaluationStepBuilder<D>
pub(crate) fn add_var_value<T: Into<I::GenericArg>>(&mut self, arg: T)
fn enter_probe(&mut self)
pub(crate) fn probe_kind(&mut self, probe_kind: ProbeKind<I>)
pub(crate) fn probe_final_state( &mut self, delegate: &D, max_input_universe: UniverseIndex, )
pub(crate) fn add_goal( &mut self, delegate: &D, max_input_universe: UniverseIndex, source: GoalSource, goal: Goal<I, I::Predicate>, )
pub(crate) fn record_impl_args( &mut self, delegate: &D, max_input_universe: UniverseIndex, impl_args: I::GenericArgs, )
pub(crate) fn make_canonical_response(&mut self, shallow_certainty: Certainty)
pub(crate) fn finish_probe(self) -> EvaluationStepBuilder<D>
pub(crate) fn query_result(&mut self, result: QueryResult<I>)
Auto Trait Implementations§
impl<D, I> DynSend for EvaluationStepBuilder<D, I>
impl<D, I> DynSync for EvaluationStepBuilder<D, I>
impl<D, I> Freeze for EvaluationStepBuilder<D, I>
impl<D, I> RefUnwindSafe for EvaluationStepBuilder<D, I>where
D: RefUnwindSafe,
<I as Interner>::GenericArg: RefUnwindSafe,
<I as Interner>::CanonicalVarKinds: RefUnwindSafe,
<I as Interner>::ImplId: RefUnwindSafe,
<I as Interner>::GenericArgs: RefUnwindSafe,
<I as Interner>::ExternalConstraints: RefUnwindSafe,
<I as Interner>::ParamEnv: RefUnwindSafe,
<I as Interner>::Predicate: RefUnwindSafe,
impl<D, I> Send for EvaluationStepBuilder<D, I>
impl<D, I> Sync for EvaluationStepBuilder<D, I>
impl<D, I> Unpin for EvaluationStepBuilder<D, I>where
D: Unpin,
impl<D, I> UnwindSafe for EvaluationStepBuilder<D, I>where
D: UnwindSafe,
<I as Interner>::GenericArg: UnwindSafe,
<I as Interner>::CanonicalVarKinds: UnwindSafe,
<I as Interner>::ImplId: UnwindSafe,
<I as Interner>::GenericArgs: UnwindSafe,
<I as Interner>::ExternalConstraints: UnwindSafe,
<I as Interner>::ParamEnv: UnwindSafe,
<I as Interner>::Predicate: UnwindSafe,
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, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
Source§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> ErasedDestructor for Twhere
T: 'static,
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: 8 bytes