Trait rustorm::dao::FromValue
[−]
[src]
pub trait FromValue { fn from_type(ty: Value) -> Self; }
Required Methods
Implementors
impl FromValue for bool
impl FromValue for i8
impl FromValue for i16
impl FromValue for i32
impl FromValue for i64
impl FromValue for u8
impl FromValue for u16
impl FromValue for u32
impl FromValue for u64
impl FromValue for f32
impl FromValue for f64
impl FromValue for String
impl FromValue for Uuid
impl FromValue for DateTime<UTC>
impl FromValue for NaiveTime
impl FromValue for NaiveDate
impl FromValue for NaiveDateTime