Structs§
Enums§
Functions§
- Generates enum and its
Deserialize
implementation that represents each non-skipped field of the struct - field_i 🔒
- True if there is any field with a
#[serde(flatten)]
attribute, other than fields which are skipped. - This function wraps the expression in
#[serde(deserialize_with = "...")]
in a trait to prevent it from accessing the internalDeserialize
state.