Trait mysql::value::ToValue
[−]
[src]
pub trait ToValue {
fn to_value(&self) -> Value;
}
Required Methods
Implementors
impl<T: ToValue> ToValue for Option<T>impl ToValue for i8impl ToValue for u8impl ToValue for i16impl ToValue for u16impl ToValue for i32impl ToValue for u32impl ToValue for isizeimpl ToValue for i64impl ToValue for u64impl ToValue for usizeimpl ToValue for f32impl ToValue for f64impl ToValue for boolimpl<'a> ToValue for &'a [u8]impl ToValue for Vec<u8>impl<'a> ToValue for &'a strimpl ToValue for Stringimpl ToValue for Valueimpl ToValue for Timespec