Home
last modified time | relevance | path

Searched refs:PatIdent (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dpat.rs21 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 Dlib.rs465 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, PatTuple,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs619 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 Dclone.rs1476 impl Clone for PatIdent {
1478 PatIdent { in clone()
H A Dfold.rs620 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 Deq.rs1411 impl Eq for PatIdent {}
1414 impl PartialEq for PatIdent {
H A Ddebug.rs2083 impl Debug for PatIdent {
2085 impl PatIdent { in fmt() impls
2096 self.debug(formatter, "PatIdent") in fmt()
H A Dvisit_mut.rs620 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 Dhash.rs1915 impl Hash for PatIdent {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3288 impl Debug for Lite<syn::PatIdent> {
3290 let mut formatter = formatter.debug_struct("PatIdent"); in fmt()

Completed in 43 milliseconds