pub struct WsOutcome {
pub outcome: RunOutcome,
pub output: Vec<String>,
pub trace: SchedTrace,
}Expand description
The result of a work-stealing run.
Fields§
§outcome: RunOutcome§output: Vec<String>§trace: SchedTraceAuto Trait Implementations§
impl Freeze for WsOutcome
impl RefUnwindSafe for WsOutcome
impl Send for WsOutcome
impl Sync for WsOutcome
impl Unpin for WsOutcome
impl UnsafeUnpin for WsOutcome
impl UnwindSafe for WsOutcome
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