Skip to main content

IntoSqlValue

Trait IntoSqlValue 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

§

impl IntoSqlValue for &str

§

impl IntoSqlValue for DateTime<Utc>

§

impl IntoSqlValue for String

§

impl IntoSqlValue for Vec<f32>

§

impl IntoSqlValue for bool

§

impl IntoSqlValue for f64

§

impl IntoSqlValue for i64

Implementors§

§

impl IntoSqlValue for Decimal

Available on crate feature decimal-rust-decimal only.
§

impl IntoSqlValue for Uuid

§

impl IntoSqlValue for Value