Docs.rs
typed-sql-0.2.1
typed-sql 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
matthunz
Dependencies
async-trait ^0.1.50
normal
sqlx ^0.5.5
normal
optional
typed-sql-derive ^0.1.2
normal
Versions
8.97%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
typed_
sql
0.2.1
Update
Set
Required Methods
write_set
Implementors
In typed_
sql::
query::
update
typed_sql
::
query
::
update
Trait
UpdateSet
Copy item path
Source
pub trait UpdateSet { // Required method fn
write_set
(&self, sql: &mut
String
); }
Required Methods
§
Source
fn
write_set
(&self, sql: &mut
String
)
Implementors
§
Source
§
impl<H, T>
UpdateSet
for
And
<H, T>
where H:
UpdateSet
, T:
UpdateSet
,
Source
§
impl<T, A>
UpdateSet
for
Op
<T, A,
Bind
,
Eq
>
where T:
Table
,
Source
§
impl<T, A, U>
UpdateSet
for
Op
<T, A, U,
Eq
>
where T:
Table
, U:
Primitive
,