Lines Matching refs:value
159 // each generic field type that will be set to a default value.
372 let value = match field.attrs.default() {
377 quote!(#member: #value)
715 |__wrap| __wrap.value)
758 // We don't need the default value, to prevent an unused variable warning
816 self.place.#member = __wrap.value;
840 // We don't need the default value, to prevent an unused variable warning
861 let value = match field.attrs.deserialize_with() {
891 let __field0: #field_ty = #value;
1955 |__wrapper| #this_value::#variant_ident(__wrapper.value))
2095 let fallthrough = |value| {
2099 _serde::__private::de::IdentifierDeserializer::from(#value)
2494 // Match arms to extract a value for a field.
2516 _serde::__private::Ok(__wrapper) => __wrapper.value,
2626 let value = Expr(expr_is_missing(field, cattrs));
2627 quote!(#member: #value)
2641 // We don't need the default value, to prevent an unused variable warning
2701 // Match arms to extract a value for a field.
2720 _serde::__private::Ok(__wrapper) => __wrapper.value,
2775 // to assign its value to self.place.
2808 // We don't need the default value, to prevent an unused variable warning
2846 value: #value_ty,
2857 value: #deserialize_with(__deserializer)?,
2892 // Generates closure that converts single input parameter to the final value.
2902 (quote! { __wrap }, quote! { __wrap.value })