Docs.rs
postgres-static-analyzer-reflect-queries-0.1.0
postgres-static-analyzer-reflect-queries 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
blainehansen
Dependencies
chrono ^0.4.44
normal
deadpool-postgres ^0.14.1
normal
optional
futures ^0.3.32
normal
postgres ^0.19.12
normal
optional
postgres-protocol ^0.6.10
normal
postgres-static-analyzer-ddl-catalog-structs =0.1.0
normal
postgres-types ^0.2.12
normal
tokio-postgres ^0.7.16
normal
Versions
0.16%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
StringSql
postgres_
static_
analyzer_
reflect_
queries
0.1.0
String
Sql
Implementations on Foreign Types
&T
&str
Box<str>
Cow<'_, str>
String
Implementors
In crate postgres_
static_
analyzer_
reflect_
queries
postgres_static_analyzer_reflect_queries
Trait
String
Sql
Copy item path
Source
pub trait StringSql:
Debug
+
ToSql
+
Sync
{ }
Implementations on Foreign Types
§
Source
§
impl
StringSql
for &
str
Source
§
impl
StringSql
for
Cow
<'_,
str
>
Source
§
impl
StringSql
for
Box
<
str
>
Source
§
impl
StringSql
for
String
Source
§
impl<T:
StringSql
>
StringSql
for
&T
Implementors
§