mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-09 04:54:50 +01:00
If using #[serde(with = ...)] with an Option type, serde will expect all marked fields to be present. Adding #[serde(default)] restores expected behaviour - if no Option value is present, None will be used.