Struct workflow_node::process::ExecutionResult
source · pub struct ExecutionResult {
pub termination: Termination,
pub stdout: String,
pub stderr: String,
}
Expand description
Child process execution result
Fields§
§termination: Termination
§stdout: String
§stderr: String
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExecutionResult
impl Send for ExecutionResult
impl Sync for ExecutionResult
impl Unpin for ExecutionResult
impl UnwindSafe for ExecutionResult
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