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 T
impl<T: IntoValue> IntoValue for Option<T>
impl IntoValue for i8
impl IntoValue for u8
impl IntoValue for i16
impl IntoValue for u16
impl IntoValue for i32
impl IntoValue for u32
impl IntoValue for isize
impl IntoValue for i64
impl IntoValue for u64
impl IntoValue for usize
impl IntoValue for f32
impl IntoValue for f64
impl IntoValue for bool
impl<'a> IntoValue for &'a [u8]
impl IntoValue for Vec<u8>
impl<'a> IntoValue for &'a str
impl IntoValue for String
impl IntoValue for Timespec
impl IntoValue for Value