pub struct ForkExecution {
pub results: Vec<Option<ForkResult>>,
pub task_ids: Vec<String>,
}Expand description
Result of a complete fork execution.
Fields§
§results: Vec<Option<ForkResult>>§task_ids: Vec<String>Auto Trait Implementations§
impl Freeze for ForkExecution
impl RefUnwindSafe for ForkExecution
impl Send for ForkExecution
impl Sync for ForkExecution
impl Unpin for ForkExecution
impl UnsafeUnpin for ForkExecution
impl UnwindSafe for ForkExecution
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