pub struct RunnerExecution {
pub status: ExitStatus,
pub stdout: Option<String>,
pub stderr: String,
}Fields§
§status: ExitStatus§stdout: Option<String>§stderr: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunnerExecution
impl RefUnwindSafe for RunnerExecution
impl Send for RunnerExecution
impl Sync for RunnerExecution
impl Unpin for RunnerExecution
impl UnsafeUnpin for RunnerExecution
impl UnwindSafe for RunnerExecution
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