Searched refs:PatRest (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | pat.rs | 51 Rest(PatRest), 143 pub struct PatRest { structure names 168 pub rest: Option<PatRest>, 497 rest = Some(PatRest { in pat_struct() 601 RangeLimits::HalfOpen(dot2_token) => Ok(Pat::Rest(PatRest { in pat_range_half_open() 825 impl ToTokens for PatRest {
|
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 | 639 fn visit_pat_rest(&mut self, i: &'ast PatRest) { in visit_pat_rest() 2993 pub fn visit_pat_rest<'ast, V>(v: &mut V, node: &'ast PatRest) in visit_pat_rest()
|
H A D | clone.rs | 1523 impl Clone for PatRest { 1525 PatRest { in clone()
|
H A D | fold.rs | 640 fn fold_pat_rest(&mut self, i: PatRest) -> PatRest { in fold_pat_rest() 2698 pub fn fold_pat_rest<F>(f: &mut F, node: PatRest) -> PatRest in fold_pat_rest() 2702 PatRest { in fold_pat_rest()
|
H A D | eq.rs | 1455 impl Eq for PatRest {} 1458 impl PartialEq for PatRest {
|
H A D | debug.rs | 2150 impl Debug for PatRest { 2152 impl PatRest { in fmt() impls 2160 self.debug(formatter, "PatRest") in fmt()
|
H A D | visit_mut.rs | 640 fn visit_pat_rest_mut(&mut self, i: &mut PatRest) { in visit_pat_rest_mut() 2996 pub fn visit_pat_rest_mut<V>(v: &mut V, node: &mut PatRest) in visit_pat_rest_mut()
|
H A D | hash.rs | 1964 impl Hash for PatRest {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 3213 struct Print(syn::PatRest); in fmt() 3356 impl Debug for Lite<syn::PatRest> { 3358 let mut formatter = formatter.debug_struct("PatRest"); in fmt() 3404 struct Print(syn::PatRest); in fmt()
|
Completed in 36 milliseconds