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