Docs.rs
cratestack-sqlx-0.3.6
cratestack-sqlx 0.3.6
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
stephane-segning
Dependencies
async-trait ^0.1
normal
bigdecimal ^0.4
normal
optional
chrono ^0
normal
cratestack-axum ^0.3.6
normal
cratestack-core ^0.3.6
normal
cratestack-policy ^0.3.6
normal
cratestack-sql ^0.3.6
normal
rust_decimal ^1
normal
optional
serde ^1.0.228
normal
serde_json ^1
normal
sha2 ^0.10
normal
sqlx-core =0.8.6
normal
sqlx-postgres =0.8.6
normal
tokio ^1
normal
uuid ^1
normal
Versions
17.95%
of the crate is documented
Go to latest version
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_
sqlx
0.3.6
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
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
Implementors
§
Source
§
impl
IntoSqlValue
for
DateTime
<
Utc
>
Source
§
impl
IntoSqlValue
for
Decimal
Source
§
impl
IntoSqlValue
for
Uuid