Searched refs:PatRest (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 63 Rest(PatRest), 155 pub struct PatRest { 180 pub rest: Option<PatRest>, 253 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 532 rest = Some(PatRest { in pat_struct() 636 RangeLimits::HalfOpen(dot2_token) => Ok(Pat::Rest(PatRest { in pat_range_half_open() 813 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 865 impl ToTokens for PatRest { implementation
|
| H A D | lib.rs | 488 PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 692 fn fold_pat_rest(&mut self, i: crate::PatRest) -> crate::PatRest { in fold_pat_rest() argument 3011 pub fn fold_pat_rest<F>(f: &mut F, node: crate::PatRest) -> crate::PatRest in fold_pat_rest() 3015 crate::PatRest { in fold_pat_rest()
|
| H A D | clone.rs | 1565 impl Clone for crate::PatRest { implementation 1567 crate::PatRest { in clone()
|
| H A D | eq.rs | 1550 impl Eq for crate::PatRest {} implementation 1553 impl PartialEq for crate::PatRest { implementation
|
| H A D | debug.rs | 2267 impl Debug for crate::PatRest { implementation 2273 impl crate::PatRest { implementation
|
| H A D | visit_mut.rs | 660 fn visit_pat_rest_mut(&mut self, i: &mut crate::PatRest) { in visit_pat_rest_mut() argument 2910 pub fn visit_pat_rest_mut<V>(v: &mut V, node: &mut crate::PatRest) in visit_pat_rest_mut()
|
| H A D | visit.rs | 652 fn visit_pat_rest(&mut self, i: &'ast crate::PatRest) { in visit_pat_rest() argument 3057 pub fn visit_pat_rest<'ast, V>(v: &mut V, node: &'ast crate::PatRest) in visit_pat_rest()
|
| H A D | hash.rs | 2004 impl Hash for crate::PatRest { implementation
|