Searched defs:PatIdent (Results 1 – 11 of 11) sorted by relevance
197 fn pat_ident(input: ParseStream<'_>) -> Result<PatIdent> { in pat_ident()333 impl ToTokens for PatIdent { implementation
36 fn pat_ident(&mut self, pat: &PatIdent) { in pat_ident()
428 fn pat_ident(input: ParseStream) -> Result<PatIdent> { in pat_ident()777 impl ToTokens for PatIdent { implementation
44 fn visit_pat_ident_mut(&mut self, i: &mut PatIdent) { in visit_pat_ident_mut()
2086 impl Debug for PatIdent { implementation2088 impl PatIdent { in fmt() impl
1414 impl Eq for PatIdent {} implementation1417 impl PartialEq for PatIdent { implementation
1479 impl Clone for PatIdent { implementation
1918 impl Hash for PatIdent { implementation
509 fn visit_pat_ident_mut(&mut self, i: &mut PatIdent) { in visit_pat_ident_mut()
509 fn fold_pat_ident(&mut self, i: PatIdent) -> PatIdent { in fold_pat_ident()
508 fn visit_pat_ident(&mut self, i: &'ast PatIdent) { in visit_pat_ident()