pub enum PlanRuntimeBatchDecodeOutcome {
Completed(Vec<PlanRuntimeDecodeOutput>),
Deferred(ExecutorExecutionDeferral),
}Expand description
Capacity-aware, tensor-free batch decode result for a plan runtime.
Variants§
Completed(Vec<PlanRuntimeDecodeOutput>)
Deferred(ExecutorExecutionDeferral)
Auto Trait Implementations§
impl !RefUnwindSafe for PlanRuntimeBatchDecodeOutcome
impl !UnwindSafe for PlanRuntimeBatchDecodeOutcome
impl Freeze for PlanRuntimeBatchDecodeOutcome
impl Send for PlanRuntimeBatchDecodeOutcome
impl Sync for PlanRuntimeBatchDecodeOutcome
impl Unpin for PlanRuntimeBatchDecodeOutcome
impl UnsafeUnpin for PlanRuntimeBatchDecodeOutcome
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