pub struct DefinitelyNotSubmittedWaveRetryAuthority<R>where
R: DeviceRuntime,{ /* private fields */ }Implementations§
Source§impl<R> DefinitelyNotSubmittedWaveRetryAuthority<R>where
R: DeviceRuntime,
impl<R> DefinitelyNotSubmittedWaveRetryAuthority<R>where
R: DeviceRuntime,
pub const fn prior_attempt(&self) -> BatchInvocationId
pub fn topology_fingerprint(&self) -> &str
pub fn retry(self) -> Result<PreparedStepSubmissionWave<R>, VNextError>
Trait Implementations§
Source§impl<R> Debug for DefinitelyNotSubmittedWaveRetryAuthority<R>where
R: DeviceRuntime,
impl<R> Debug for DefinitelyNotSubmittedWaveRetryAuthority<R>where
R: DeviceRuntime,
Source§impl<R: DeviceRuntime> DispatchRetryAuthority for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R: DeviceRuntime> DispatchRetryAuthority for DefinitelyNotSubmittedWaveRetryAuthority<R>
fn prior_attempt(&self) -> BatchInvocationId
Auto Trait Implementations§
impl<R> !RefUnwindSafe for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> !UnwindSafe for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> Freeze for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> Send for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> Sync for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> Unpin for DefinitelyNotSubmittedWaveRetryAuthority<R>
impl<R> UnsafeUnpin for DefinitelyNotSubmittedWaveRetryAuthority<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