pub struct StepSubmissionWaveBackingDeferral<R>where
R: DeviceRuntime,{ /* private fields */ }Expand description
Non-cloneable backing authority for one immutable-plan submission wave.
Implementations§
Source§impl<R> StepSubmissionWaveBackingDeferral<R>where
R: DeviceRuntime,
impl<R> StepSubmissionWaveBackingDeferral<R>where
R: DeviceRuntime,
pub fn evidence(&self) -> &DynamicBackingDeferred
pub fn node_work_fingerprints(&self) -> &[(NodeId, String)]
pub fn maintain(&self) -> Result<DynamicDeferredMaintenanceOutcome, VNextError>
pub fn register_waiter( &self, ) -> Result<PlanCapacityWaitRegistration<R>, VNextError>
Auto Trait Implementations§
impl<R> !RefUnwindSafe for StepSubmissionWaveBackingDeferral<R>
impl<R> !UnwindSafe for StepSubmissionWaveBackingDeferral<R>
impl<R> Freeze for StepSubmissionWaveBackingDeferral<R>
impl<R> Send for StepSubmissionWaveBackingDeferral<R>
impl<R> Sync for StepSubmissionWaveBackingDeferral<R>
impl<R> Unpin for StepSubmissionWaveBackingDeferral<R>
impl<R> UnsafeUnpin for StepSubmissionWaveBackingDeferral<R>
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