pub struct PlanRuntimeCloseFailure<R>where
R: DeviceRuntime,{ /* private fields */ }Implementations§
Source§impl<R> PlanRuntimeCloseFailure<R>where
R: DeviceRuntime,
impl<R> PlanRuntimeCloseFailure<R>where
R: DeviceRuntime,
pub fn failure(&self) -> &FailureEnvelope
pub fn retry(self) -> Result<PlanRuntimeCloseReceipt, Self>
pub fn quarantine(self) -> Result<PlanRuntimeQuarantineReceipt, Self>
Auto Trait Implementations§
impl<R> !Freeze for PlanRuntimeCloseFailure<R>
impl<R> !RefUnwindSafe for PlanRuntimeCloseFailure<R>
impl<R> !UnwindSafe for PlanRuntimeCloseFailure<R>
impl<R> Send for PlanRuntimeCloseFailure<R>
impl<R> Sync for PlanRuntimeCloseFailure<R>
impl<R> Unpin for PlanRuntimeCloseFailure<R>
impl<R> UnsafeUnpin for PlanRuntimeCloseFailure<R>where
Option<PlanStaticResources<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