Docs.rs
rorm-db-0.9.0
rorm-db 0.9.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
gammelalf
myOmikron
Dependencies
futures ~0.3
normal
log ~0.4
normal
pin-project ~1
normal
rorm-declaration ~0.4
normal
rorm-sql ~0.8
normal
serde ~1
normal
sqlx ~0.7
normal
rustc_version ^0.4.0
build
Versions
100%
of the crate is documented
This release has been yanked, 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
☰
Module update
Structs
Enums
Traits
?
Module
rorm_db
::
sql
::
update
source
·
[
−
]
Expand description
Implementation of SQL UPDATE statements
Structs
UpdateData
Implementation of SQLs UPDATE statement.
Enums
UpdateImpl
Implementation of the
Update
trait for the different implementations.
Traits
Update
Trait representing a update builder.