Re-exports§
pub use core::Value;
Modules§
- coerce
- Type-coerced equality and ordering for
Value. - convert
Fromconversions forValue.- core
- Dynamic value type for document fields and SQL parameters.
- display
std::fmt::Displayimplementation forValue.- json
- Conversions between
Valueandserde_json::Value. - msgpack
- Hand-rolled zerompk implementations for
Value. - sql_
literal - Convert
Valueto SQL literal string for substitution into SQL text.