Skip to main content
IntoSqlValue
cratestack_
sqlx
0.4.8
Into
SqlValue
Required Methods
into_sql_value
Implementations on Foreign Types
&str
String
Value
bool
f64
i64
Implementors
In crate cratestack_
sqlx
cratestack_sqlx
Trait
Into
SqlValue
Copy item path
pub trait IntoSqlValue { // Required method fn
into_sql_value
(self) ->
SqlValue
; }
Required Methods
§
fn
into_sql_value
(self) ->
SqlValue
Implementations on Foreign Types
§
§
impl
IntoSqlValue
for &
str
§
fn
into_sql_value
(self) ->
SqlValue
§
impl
IntoSqlValue
for
Value
§
fn
into_sql_value
(self) ->
SqlValue
§
impl
IntoSqlValue
for
bool
§
fn
into_sql_value
(self) ->
SqlValue
§
impl
IntoSqlValue
for
f64
§
fn
into_sql_value
(self) ->
SqlValue
§
impl
IntoSqlValue
for
i64
§
fn
into_sql_value
(self) ->
SqlValue
§
impl
IntoSqlValue
for
String
§
fn
into_sql_value
(self) ->
SqlValue
Implementors
§
§
impl
IntoSqlValue
for
DateTime
<
Utc
>
§
impl
IntoSqlValue
for
Decimal
§
impl
IntoSqlValue
for
Uuid