Trait rustorm::dao::ToValue
[−]
[src]
pub trait ToValue {
fn to_db_type(&self) -> Value;
}rename to ToValue
Required Methods
fn to_db_type(&self) -> Value
Implementors
impl ToValue for Valueimpl ToValue for ()impl ToValue for boolimpl ToValue for i8impl ToValue for i16impl ToValue for i32impl ToValue for i64impl ToValue for u8impl ToValue for u16impl ToValue for u32impl ToValue for u64impl ToValue for f32impl ToValue for f64impl<'a> ToValue for &'a strimpl ToValue for Stringimpl ToValue for Uuidimpl ToValue for DateTime<UTC>impl ToValue for NaiveDateimpl ToValue for NaiveTimeimpl ToValue for NaiveDateTime