Trait ValueType
Other items insea_query::value
pub trait ValueType { fn unwrap(v: Value) -> Self; fn type_name() -> &'static str; }
fn unwrap(v: Value) -> Self
fn type_name() -> &'static str
impl ValueType for bool
impl ValueType for Option<bool>
impl ValueType for i8
impl ValueType for Option<i8>
impl ValueType for i16
impl ValueType for Option<i16>
impl ValueType for i32
impl ValueType for Option<i32>
impl ValueType for i64
impl ValueType for Option<i64>
impl ValueType for u8
impl ValueType for Option<u8>
impl ValueType for u16
impl ValueType for Option<u16>
impl ValueType for u32
impl ValueType for Option<u32>
impl ValueType for u64
impl ValueType for Option<u64>
impl ValueType for f32
impl ValueType for Option<f32>
impl ValueType for f64
impl ValueType for Option<f64>
impl ValueType for Vec<u8>
impl ValueType for Option<Vec<u8>>
impl ValueType for String
impl ValueType for Option<String>
impl ValueType for Json
with-json
impl ValueType for Option<Json>
impl ValueType for NaiveDateTime
with-chrono
impl ValueType for Option<NaiveDateTime>
impl ValueType for Decimal
with-rust_decimal
impl ValueType for Option<Decimal>
impl ValueType for Uuid
with-uuid
impl ValueType for Option<Uuid>