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