Searched defs:PatIdent (Results 1 – 8 of 8) sorted by relevance
442 fn pat_ident(input: ParseStream) -> Result<PatIdent> { in pat_ident()782 impl ToTokens for PatIdent { implementation
2083 impl Debug for PatIdent { implementation2085 impl PatIdent { in fmt() implementation
1411 impl Eq for PatIdent {} implementation1414 impl PartialEq for PatIdent { implementation
1476 impl Clone for PatIdent { implementation
1915 impl Hash for PatIdent { implementation
620 fn fold_pat_ident(&mut self, i: PatIdent) -> PatIdent { in fold_pat_ident()
620 fn visit_pat_ident_mut(&mut self, i: &mut PatIdent) { in visit_pat_ident_mut()
619 fn visit_pat_ident(&mut self, i: &'ast PatIdent) { in visit_pat_ident()