Searched refs:PatIdent (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | pat.rs | 21 Ident(PatIdent), 100 pub struct PatIdent { structure names 442 fn pat_ident(input: ParseStream) -> Result<PatIdent> { in pat_ident() 443 Ok(PatIdent { in pat_ident() 554 Pat::Ident(PatIdent { in field_pat() 782 impl ToTokens for PatIdent {
|
H A D | lib.rs | 465 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, PatTuple,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 619 fn visit_pat_ident(&mut self, i: &'ast PatIdent) { in visit_pat_ident() 2936 pub fn visit_pat_ident<'ast, V>(v: &mut V, node: &'ast PatIdent) in visit_pat_ident()
|
H A D | clone.rs | 1476 impl Clone for PatIdent { 1478 PatIdent { in clone()
|
H A D | fold.rs | 620 fn fold_pat_ident(&mut self, i: PatIdent) -> PatIdent { in fold_pat_ident() 2647 pub fn fold_pat_ident<F>(f: &mut F, node: PatIdent) -> PatIdent in fold_pat_ident() 2651 PatIdent { in fold_pat_ident()
|
H A D | eq.rs | 1411 impl Eq for PatIdent {} 1414 impl PartialEq for PatIdent {
|
H A D | debug.rs | 2083 impl Debug for PatIdent { 2085 impl PatIdent { in fmt() impls 2096 self.debug(formatter, "PatIdent") in fmt()
|
H A D | visit_mut.rs | 620 fn visit_pat_ident_mut(&mut self, i: &mut PatIdent) { in visit_pat_ident_mut() 2939 pub fn visit_pat_ident_mut<V>(v: &mut V, node: &mut PatIdent) in visit_pat_ident_mut()
|
H A D | hash.rs | 1915 impl Hash for PatIdent {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 3288 impl Debug for Lite<syn::PatIdent> { 3290 let mut formatter = formatter.debug_struct("PatIdent"); in fmt()
|
Completed in 43 milliseconds