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
817 impl ToTokens for PatType { implementation
1652 fn fn_arg_typed(input: ParseStream) -> Result<PatType> { in fn_arg_typed()
1554 impl Eq for PatType {} implementation1557 impl PartialEq for PatType { implementation
1634 impl Clone for PatType { implementation
2087 impl Hash for PatType { implementation
564 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
564 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
2248 impl Debug for PatType { implementation
563 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()