Trait rustorm::dao::FromValue
[−]
[src]
pub trait FromValue {
fn from_type(ty: Value) -> Self;
}
Required Methods
Implementors
impl FromValue for boolimpl FromValue for i8impl FromValue for i16impl FromValue for i32impl FromValue for i64impl FromValue for u8impl FromValue for u16impl FromValue for u32impl FromValue for u64impl FromValue for f32impl FromValue for f64impl FromValue for Stringimpl FromValue for Uuidimpl FromValue for DateTime<UTC>impl FromValue for NaiveTimeimpl FromValue for NaiveDateimpl FromValue for NaiveDateTime