pub struct SelectedExecutionPlanTarget<B: ModelLoadingBackend> { /* private fields */ }Expand description
An inspected artifact and authoritative backend selection ready for native realization.
Implementations§
Source§impl<B: ModelLoadingBackend> SelectedExecutionPlanTarget<B>
impl<B: ModelLoadingBackend> SelectedExecutionPlanTarget<B>
Sourcepub fn inspection(
&self,
) -> &ArtifactInspection<<B::ConfigurationResolver as ModelConfigurationResolver>::ArtifactPlan>
pub fn inspection( &self, ) -> &ArtifactInspection<<B::ConfigurationResolver as ModelConfigurationResolver>::ArtifactPlan>
Borrows the exact target inspection retained by this selection.
Sourcepub const fn execution_plan(&self) -> &ExecutionPlan
pub const fn execution_plan(&self) -> &ExecutionPlan
Borrows the exact complete execution plan retained by this selection.
Auto Trait Implementations§
impl<B> Freeze for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: Freeze,
impl<B> RefUnwindSafe for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: RefUnwindSafe,
impl<B> Send for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: Send,
impl<B> Sync for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: Sync,
impl<B> Unpin for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: Unpin,
impl<B> UnsafeUnpin for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: UnsafeUnpin,
impl<B> UnwindSafe for SelectedExecutionPlanTarget<B>where
SelectedModelPreparation<B>: 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