serde_derive::de

Function deserialize_field_identifier

source
fn deserialize_field_identifier(
    deserialized_fields: &[FieldWithAliases<'_>],
    cattrs: &Container,
    has_flatten: bool,
) -> Stmts
Expand description

Generates enum and its Deserialize implementation that represents each non-skipped field of the struct