Docs.rs
sqlx-model-0.1.3
sqlx-model 0.1.3
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
shanliu
Dependencies
sqlx ~0.6
normal
sqlx-model-macros ^0.0.2
normal
tokio 1.*
normal
Versions
91.67%
of the crate is documented
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
☰
ExecutorOptionTransaction
Required Methods
as_copy
Implementations on Foreign Types
Transaction<'t, DB>
Implementors
In sqlx_model
?
Trait
sqlx_model
::
ExecutorOptionTransaction
source
·
[
−
]
pub trait ExecutorOptionTransaction { fn
as_copy
(&mut self) ->
&mut
Self; }
Required Methods
source
fn
as_copy
(&mut self) ->
&mut
Self
Implementations on Foreign Types
source
impl<'t, DB>
ExecutorOptionTransaction
for Transaction<'t, DB>
where
DB: Database,
source
fn
as_copy
(&mut self) ->
&mut
Self
Implementors