pub struct ExecutionPlanTargetSelection<B: ModelLoadingBackend> { /* private fields */ }Expand description
Backend-owned preparation selected before native target realization.
Implementations§
Source§impl<B: ModelLoadingBackend> ExecutionPlanTargetSelection<B>
impl<B: ModelLoadingBackend> ExecutionPlanTargetSelection<B>
Sourcepub fn new(
policy: PreparationPolicy,
selected: B::SelectedPreparation,
capabilities: SessionCapabilities,
) -> Self
pub fn new( policy: PreparationPolicy, selected: B::SelectedPreparation, capabilities: SessionCapabilities, ) -> Self
Creates a backend selection from an exact policy, preparation, and capability report.
Auto Trait Implementations§
impl<B> Freeze for ExecutionPlanTargetSelection<B>
impl<B> RefUnwindSafe for ExecutionPlanTargetSelection<B>
impl<B> Send for ExecutionPlanTargetSelection<B>
impl<B> Sync for ExecutionPlanTargetSelection<B>
impl<B> Unpin for ExecutionPlanTargetSelection<B>
impl<B> UnsafeUnpin for ExecutionPlanTargetSelection<B>
impl<B> UnwindSafe for ExecutionPlanTargetSelection<B>
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