Lines Matching defs:fields
47 /// We begin with a variable `expr` of type `Expr` that has no fields
50 /// the data fields provided by the variant that it turned out to be. So for
195 /// The `rest` provides the value of the remaining fields as in `S { a:
592 /// The `rest` provides the value of the remaining fields as in `S { a:
600 pub fields: Punctuated<FieldValue, Token![,]>,
2667 let mut fields = Punctuated::new();
2675 fields,
2685 fields.push(content.parse()?);
2690 fields.push_punct(punct);
2698 fields,
3346 self.fields.to_tokens(tokens);