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