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
BytesSql
postgres_
static_
analyzer_
reflect_
queries
0.1.0
Bytes
Sql
Implementations on Foreign Types
&T
&[u8]
Vec<u8>
Implementors
In crate postgres_
static_
analyzer_
reflect_
queries
postgres_static_analyzer_reflect_queries
Trait
Bytes
Sql
Copy item path
Source
pub trait BytesSql:
Debug
+
ToSql
+
Send
+
Sync
{ }
Implementations on Foreign Types
§
Source
§
impl
BytesSql
for &[
u8
]
Source
§
impl
BytesSql
for
Vec
<
u8
>
Source
§
impl<T:
BytesSql
>
BytesSql
for
&T
Implementors
§