Module table::value[][src]

Implementation of the Value type and its default conversions.

Enums

Value

The types of values that can be stored by tables.

Traits

FromValue

Attempt to unwrap or parse Self from a referenced Value.

FromValueMut

Attempt to unwrap or parse Self from a mutably referenced Value.

Functions

from_value

Deserializes an object from a Value.

to_value

Serializes this object into its Value representation.