Module value

Source
Expand description

Value module.

Structs§

F32
A wrapper for f32, which implements Eq, Hash and Ord using f32::total_cmp for a total order comparison
F64
A wrapper for f64, which implements Eq, Hash and Ord using f64::total_cmp for a total order comparison
Map
A Value to Value map.
RawValue

Enums§

Number
A wrapper for any numeric primitive type in Rust.
Value