mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-29 08:54:26 +00:00
* Updatable is now named UpdaterType
* UPDATER_IS_OPTION is now assumed to always be true
While an updater can be a non-optional struct, being an
updater, all its fields are also Updaters, so after
expanding all levels of nesting, the resulting list of
fields can only contain optional values.
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 | ||