enum Cate { A, B, } impl PartialEq for Cate { fn eq(&self, ... for Cate { fn eq(&self, other: &Self) -> bool { match (self,other) { (Cate::A ...
確定! 回上一頁