pub enum ExecutorPrefillOutcome {
Completed(ExecutorPrefillCompletion),
Deferred(ExecutorExecutionDeferral),
}Variants§
Completed(ExecutorPrefillCompletion)
Deferred(ExecutorExecutionDeferral)
Auto Trait Implementations§
impl !RefUnwindSafe for ExecutorPrefillOutcome
impl !UnwindSafe for ExecutorPrefillOutcome
impl Freeze for ExecutorPrefillOutcome
impl Send for ExecutorPrefillOutcome
impl Sync for ExecutorPrefillOutcome
impl Unpin for ExecutorPrefillOutcome
impl UnsafeUnpin for ExecutorPrefillOutcome
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