Searched defs:PatType (Results 1 – 8 of 8) sorted by relevance
388 impl Parse for PatType { implementation929 impl ToTokens for PatType { implementation
1602 impl Eq for crate::PatType {} implementation1605 impl PartialEq for crate::PatType { implementation
1624 impl Clone for crate::PatType { implementation
2356 impl Debug for crate::PatType { implementation2362 impl crate::PatType { implementation
2063 impl Hash for crate::PatType { implementation
685 fn visit_pat_type_mut(&mut self, i: &mut crate::PatType) { in visit_pat_type_mut()
720 fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType { in fold_pat_type()
677 fn visit_pat_type(&mut self, i: &'ast crate::PatType) { in visit_pat_type()