Searched defs:PatType (Results 1 – 8 of 8) sorted by relevance
360 impl Parse for PatType { implementation889 impl ToTokens for PatType { implementation
2234 impl Debug for PatType { implementation2236 impl PatType { in fmt() impl
1507 impl Eq for PatType {} implementation1510 impl PartialEq for PatType { implementation
1582 impl Clone for PatType { implementation
2023 impl Hash for PatType { implementation
665 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
665 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
664 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()