Structs§
Enums§
- Container
Format - Serde-based serialization format for named “container” types. In Rust, those are enums and structs.
- Enum
Representation - Format
- Serde-based serialization format for anonymous “value” types. This is just the path respecting serde names into the container It gets replaced by the knowledge
- Variant
Format - Description of a variant in an enum.