Expand description
Generic value that can contain any value in our data format.
Structs§
- Iter
- Generic iterator.
- Owned
Value - Wrapper for an owned value, i.e.
Value<'static>.
Enums§
- Float
- The float value with any precision.
- Integer
- The unsigned/signed integer value.
- Value
- Generic value that can contain any value in our data format. It can be deserialized and serialized to be exactly as when serializing or deserializing with the given type.
Functions§
- from_
value - Deserialize a type from a generic Value.
- from_
value_ with_ config - Deserialize a type from a generic Value using the given configuration.
- to_
value - Serialize a type to the generic Value type.
- to_
value_ with_ config - Serialize a type to the generic Value type using the given configuration.