提交 31de69d0 编写于 作者: Y Yehuda Katz 提交者: Alex Crichton

Make ProcessOutput Eq, TotalEq, Clone

上级 826aeea0
...@@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> { ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册