Module value

Module value 

Source
Expand description

Generic value that can contain any value in our data format.

Structs§

Iter
Generic iterator.
OwnedValue
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.