pub struct PreparedExecution {
pub plan: ExecutionPlan,
pub options: InstallOptions,
pub selection: ExecutionSelection,
}Expand description
Fields§
§plan: ExecutionPlanImmutable plan whose hashes and nodes define the execution contract.
options: InstallOptionsRuntime interaction and output options.
selection: ExecutionSelectionComponent selection approved by the caller or interactive preview.
Auto Trait Implementations§
impl Freeze for PreparedExecution
impl RefUnwindSafe for PreparedExecution
impl Send for PreparedExecution
impl Sync for PreparedExecution
impl Unpin for PreparedExecution
impl UnsafeUnpin for PreparedExecution
impl UnwindSafe for PreparedExecution
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