Skip to main content

Module value

Module value 

Source

Re-exports§

pub use core::Value;

Modules§

coerce
Type-coerced equality and ordering for Value.
convert
From conversions for Value.
core
Dynamic value type for document fields and SQL parameters.
display
std::fmt::Display implementation for Value.
json
Conversions between Value and serde_json::Value.
msgpack
Hand-rolled zerompk implementations for Value.
sql_literal
Convert Value to SQL literal string for substitution into SQL text.