pub enum PlanRuntimePrefillOutcome {
Completed(PlanRuntimePrefillCompletion),
Deferred(ExecutorExecutionDeferral),
}Variants§
Completed(PlanRuntimePrefillCompletion)
Deferred(ExecutorExecutionDeferral)
Auto Trait Implementations§
impl !RefUnwindSafe for PlanRuntimePrefillOutcome
impl !UnwindSafe for PlanRuntimePrefillOutcome
impl Freeze for PlanRuntimePrefillOutcome
impl Send for PlanRuntimePrefillOutcome
impl Sync for PlanRuntimePrefillOutcome
impl Unpin for PlanRuntimePrefillOutcome
impl UnsafeUnpin for PlanRuntimePrefillOutcome
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