pub struct ExecutionContext<TParameters> {
pub parameters: Arc<TParameters>,
pub description: ComponentDescription,
pub artifacts: Arc<ExecutionArtifacts>,
}
Fields§
§parameters: Arc<TParameters>
§description: ComponentDescription
§artifacts: Arc<ExecutionArtifacts>
Auto Trait Implementations§
impl<TParameters> Freeze for ExecutionContext<TParameters>
impl<TParameters> RefUnwindSafe for ExecutionContext<TParameters>where
TParameters: RefUnwindSafe,
impl<TParameters> Send for ExecutionContext<TParameters>
impl<TParameters> Sync for ExecutionContext<TParameters>
impl<TParameters> Unpin for ExecutionContext<TParameters>
impl<TParameters> UnwindSafe for ExecutionContext<TParameters>where
TParameters: RefUnwindSafe,
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