Module hydrate_pipeline::value

source ·

Structs§

  • A value for an enum. Strings are used instead of numbers so that we can handle loading “broken” data.
  • Hashmap-like container
  • A struct-like container of properties

Enums§

  • All the possible value types that can exist that do not potentially contain values within them. So excludes containers, nullable, records, etc.
  • All the possible types that can be stored in a Value