Skip to main content

IntoSqlValue

Trait IntoSqlValue 

pub trait IntoSqlValue {
    // Required method
    fn into_sql_value(self) -> SqlValue;
}

Required Methods§

Implementations on Foreign Types§

§

impl IntoSqlValue for &str

§

impl IntoSqlValue for Value

§

impl IntoSqlValue for bool

§

impl IntoSqlValue for f64

§

impl IntoSqlValue for i64

§

impl IntoSqlValue for String

Implementors§