pub struct PlanRuntimeHandoffError<D>where
D: ResourceTransactionDriver,{ /* private fields */ }Implementations§
Source§impl<D> PlanRuntimeHandoffError<D>where
D: ResourceTransactionDriver,
impl<D> PlanRuntimeHandoffError<D>where
D: ResourceTransactionDriver,
pub fn error(&self) -> &VNextError
pub fn into_transaction(self) -> ResourceTransaction<D, TransactionCommitted>
Auto Trait Implementations§
impl<D> !RefUnwindSafe for PlanRuntimeHandoffError<D>
impl<D> !Sync for PlanRuntimeHandoffError<D>
impl<D> !UnwindSafe for PlanRuntimeHandoffError<D>
impl<D> Freeze for PlanRuntimeHandoffError<D>
impl<D> Send for PlanRuntimeHandoffError<D>
impl<D> Unpin for PlanRuntimeHandoffError<D>
impl<D> UnsafeUnpin for PlanRuntimeHandoffError<D>
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