Make ProcessOutput Eq, TotalEq, Clone
This commit is contained in:
parent
826aeea007
commit
31de69d0dd
@ -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…
Reference in New Issue
Block a user