Searched refs:PatIdent (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 33 Ident(PatIdent), 112 pub struct PatIdent { 253 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 471 fn pat_ident(input: ParseStream) -> Result<PatIdent> { in pat_ident() argument 472 Ok(PatIdent { in pat_ident() 589 Pat::Ident(PatIdent { in field_pat() 813 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 822 impl ToTokens for PatIdent { implementation
|
| H A D | lib.rs | 487 FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 672 fn fold_pat_ident(&mut self, i: crate::PatIdent) -> crate::PatIdent { in fold_pat_ident() argument 2960 pub fn fold_pat_ident<F>(f: &mut F, node: crate::PatIdent) -> crate::PatIdent in fold_pat_ident() 2964 crate::PatIdent { in fold_pat_ident()
|
| H A D | clone.rs | 1518 impl Clone for crate::PatIdent { implementation 1520 crate::PatIdent { in clone()
|
| H A D | eq.rs | 1506 impl Eq for crate::PatIdent {} implementation 1509 impl PartialEq for crate::PatIdent { implementation
|
| H A D | debug.rs | 2196 impl Debug for crate::PatIdent { implementation 2202 impl crate::PatIdent { implementation
|
| H A D | visit_mut.rs | 640 fn visit_pat_ident_mut(&mut self, i: &mut crate::PatIdent) { in visit_pat_ident_mut() argument 2861 pub fn visit_pat_ident_mut<V>(v: &mut V, node: &mut crate::PatIdent) in visit_pat_ident_mut()
|
| H A D | visit.rs | 632 fn visit_pat_ident(&mut self, i: &'ast crate::PatIdent) { in visit_pat_ident() argument 3000 pub fn visit_pat_ident<'ast, V>(v: &mut V, node: &'ast crate::PatIdent) in visit_pat_ident()
|
| H A D | hash.rs | 1955 impl Hash for crate::PatIdent { implementation
|