Trait mysql::value::IntoValue
[−]
[src]
pub trait IntoValue {
fn into_value(self) -> Value;
}Implement this trait if you want to convert something to Value.
Required Methods
fn into_value(self) -> Value
Implementors
impl<'a, T: ToValue> IntoValue for &'a Timpl<T: IntoValue> IntoValue for Option<T>impl IntoValue for i8impl IntoValue for u8impl IntoValue for i16impl IntoValue for u16impl IntoValue for i32impl IntoValue for u32impl IntoValue for isizeimpl IntoValue for i64impl IntoValue for u64impl IntoValue for usizeimpl IntoValue for f32impl IntoValue for f64impl IntoValue for boolimpl<'a> IntoValue for &'a [u8]impl IntoValue for Vec<u8>impl<'a> IntoValue for &'a strimpl IntoValue for Stringimpl IntoValue for Timespecimpl IntoValue for Value