Searched defs:PatOr (Results 1 – 8 of 8) sorted by relevance
908 impl ToTokens for PatOr { implementation
1460 impl Eq for PatOr {} implementation1463 impl PartialEq for PatOr { implementation
1532 impl Clone for PatOr { implementation
1981 impl Hash for PatOr { implementation
528 fn fold_pat_or(&mut self, i: PatOr) -> PatOr { in fold_pat_or()
528 fn visit_pat_or_mut(&mut self, i: &mut PatOr) { in visit_pat_or_mut()
2146 impl Debug for PatOr { implementation
527 fn visit_pat_or(&mut self, i: &'ast PatOr) { in visit_pat_or()