Make ProcessOutput Eq, TotalEq, Clone
This commit is contained in:
committed by
Alex Crichton
parent
826aeea007
commit
31de69d0dd
@@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The output of a finished process.
|
/// The output of a finished process.
|
||||||
|
#[deriving(Eq, TotalEq, Clone)]
|
||||||
pub struct ProcessOutput {
|
pub struct ProcessOutput {
|
||||||
/// The status (exit code) of the process.
|
/// The status (exit code) of the process.
|
||||||
pub status: ProcessExit,
|
pub status: ProcessExit,
|
||||||
|
|||||||
Reference in New Issue
Block a user