Docs.rs
cratestack-sql-0.3.7
cratestack-sql 0.3.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
stephane-segning
Dependencies
bigdecimal ^0.4
normal
optional
chrono ^0
normal
cratestack-core ^0.3.7
normal
cratestack-policy ^0.3.7
normal
rust_decimal ^1
normal
optional
serde ^1.0.228
normal
serde_json ^1
normal
uuid ^1
normal
Versions
23.03%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
IntoSqlValue
cratestack_
sql
0.3.7
Into
SqlValue
Required Methods
into_sql_value
Implementations on Foreign Types
&str
DateTime<Utc>
Decimal
String
Uuid
Value
bool
f64
i64
Implementors
In crate cratestack_
sql
cratestack_sql
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
Value
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
Source
§
impl
IntoSqlValue
for
Decimal
Source
§
fn
into_sql_value
(self) ->
SqlValue
Implementors
§