Module value

Source
Expand description

Value module.

Modulesยง

map ๐Ÿ”’
number ๐Ÿ”’
raw ๐Ÿ”’

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.
MapAccessor ๐Ÿ”’
RawValue
SeqAccessor ๐Ÿ”’

Enumsยง

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