Make ProcessOutput Eq, TotalEq, Clone
This commit is contained in:
parent
826aeea007
commit
31de69d0dd
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> {
|
|||
}
|
||||
|
||||
/// The output of a finished process.
|
||||
#[deriving(Eq, TotalEq, Clone)]
|
||||
pub struct ProcessOutput {
|
||||
/// The status (exit code) of the process.
|
||||
pub status: ProcessExit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue