Docs.rs
ngb-sqlbuilder-0.1.2
ngb-sqlbuilder 0.1.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ngungbi
Dependencies
async-trait ^0.1.89
normal
optional
tokio ^1.49.0
normal
tokio-postgres ^0.7.16
normal
tokio-postgres-utils ^0.2.0
normal
optional
Versions
16.92%
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
Build
ngb_
sqlbuilder
0.1.2
Build
Required Methods
build
Implementors
In crate ngb_
sqlbuilder
ngb_sqlbuilder
Trait
Build
Copy item path
Source
pub trait Build<'q> { // Required method fn
build
(self) -> (
String
,
Vec
<&'q (dyn
ToSql
+
Sync
)>); }
Required Methods
§
Source
fn
build
(self) -> (
String
,
Vec
<&'q (dyn
ToSql
+
Sync
)>)
Implementors
§
Source
§
impl<'q, T>
Build
<'q> for
Clause
<'q, T>