Searched defs:PatType (Results 1 – 11 of 11) sorted by relevance
177 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed()
346 impl ToTokens for PatType { implementation
819 impl ToTokens for PatType { implementation
1641 fn fn_arg_typed(input: ParseStream) -> Result<PatType> { in fn_arg_typed()
1636 impl Eq for PatType {} implementation1639 impl PartialEq for PatType { implementation
1629 impl Clone for PatType { implementation
2082 impl Hash for PatType { implementation
561 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
561 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
2243 impl Debug for PatType { implementation
557 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()