Expand description
Implementation of the Value type and its default conversions.
Enums§
- Value
- The types of values that can be stored by tables.
Traits§
- From
Value - Attempt to unwrap or parse
Selffrom a referencedValue. - From
Value Mut - Attempt to unwrap or parse
Selffrom a mutably referencedValue.
Functions§
- from_
value - Deserializes an object from a
Value. - to_
value - Serializes this object into its
Valuerepresentation.