Make ProcessOutput Eq, TotalEq, Clone

This commit is contained in:
Yehuda Katz 2014-05-12 10:59:49 -07:00 committed by Alex Crichton
parent 826aeea007
commit 31de69d0dd

View File

@ -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,