Lines Matching defs:TupleForm
288 deserialize_tuple(params, fields, &cont.attrs, TupleForm::Tuple)
449 enum TupleForm<'a> {
462 form: TupleForm,
488 TupleForm::Tuple => construct,
489 TupleForm::ExternallyTagged(variant_ident) | TupleForm::Untagged(variant_ident, _) => {
494 TupleForm::Tuple => format!("tuple struct {}", params.type_name()),
495 TupleForm::ExternallyTagged(variant_ident) | TupleForm::Untagged(variant_ident, _) => {
504 TupleForm::Tuple if nfields == 1 => {
521 TupleForm::Tuple if nfields == 1 => {
527 TupleForm::Tuple => {
533 TupleForm::ExternallyTagged(_) => quote! {
536 TupleForm::Untagged(_, deserializer) => quote! {
1813 TupleForm::ExternallyTagged(variant_ident),
1912 TupleForm::Untagged(variant_ident, deserializer),