pub struct PreparedStepSubmissionNode<R>where
R: DeviceRuntime,{ /* private fields */ }Expand description
One immutable-plan node projection inside a prepared physical submission wave. The parent wave owns device-flight and retry authority for every node as one atomic unit.
Implementations§
Source§impl<R> PreparedStepSubmissionNode<R>where
R: DeviceRuntime,
impl<R> PreparedStepSubmissionNode<R>where
R: DeviceRuntime,
pub fn node_id(&self) -> &NodeId
pub fn participant_count(&self) -> u32
pub fn participants( &self, ) -> impl ExactSizeIterator<Item = &Arc<AdmittedSequenceResources<R>>>
pub fn participant_frames(&self) -> &[StepParticipantFrameAssignment]
pub fn work_shape(&self) -> &BatchWorkShape
pub fn plan_evidence(&self) -> TrustedPlanRuntimeEvidence
Auto Trait Implementations§
impl<R> !RefUnwindSafe for PreparedStepSubmissionNode<R>
impl<R> !UnwindSafe for PreparedStepSubmissionNode<R>
impl<R> Freeze for PreparedStepSubmissionNode<R>
impl<R> Send for PreparedStepSubmissionNode<R>
impl<R> Sync for PreparedStepSubmissionNode<R>
impl<R> Unpin for PreparedStepSubmissionNode<R>
impl<R> UnsafeUnpin for PreparedStepSubmissionNode<R>where
Arc<PreparedParticipantAuthority<R>>: UnsafeUnpin,
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