fn deserialize_identifier(
this_value: &TokenStream,
deserialized_fields: &[FieldWithAliases<'_>],
is_variant: bool,
fallthrough: Option<TokenStream>,
fallthrough_borrowed: Option<TokenStream>,
collect_other_fields: bool,
expecting: Option<&str>,
) -> Fragment