mirror of
https://git.proxmox.com/git/proxmox
synced 2026-03-24 09:30:08 +00:00
If enabled, the Schema type implements Eq and PartialEq for testing the api macro better. Note that these implementations don't make all too much since since they also compare `dyn Fn` types which do not implement Eq. Since they're also `&'static` they can't really be runtime closures, so this should be fine, we know they'll always point to some regular function. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| cli.rs | ||
| const_regex.rs | ||
| error.rs | ||
| format.rs | ||
| lib.rs | ||
| router.rs | ||
| rpc_environment.rs | ||
| schema.rs | ||