mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 10:51:49 +00:00
![]() This allows fixing up things such as `skip_serialize_if` calls like so: #[derive(Updater)] struct Foo { #[serde(skip_serializing_if = "MyType::is_special")] #[updater(serde(skip_serializing_if = "Option::is_none"))] field: MyType, } Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
allof.rs | ||
api1.rs | ||
api2.rs | ||
ext-schema.rs | ||
int-limits.rs | ||
options.rs | ||
types.rs | ||
updater.rs |