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 delete
Structs
Enums
Traits
?
Module
rorm_db
::
sql
::
delete
source
·
[
−
]
Expand description
Implementation of SQL DELETE operation
Structs
DeleteData
Representation of the data of a DELETE operation.
Enums
DeleteImpl
Implementation of the
Delete
trait for the different implementations
Traits
Delete
Trait representing a delete builder.