Docs.rs
sqlx-model-0.1.1
sqlx-model 0.1.1
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
47.14%
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
☰
ExecutorOptionPool
Required Methods
as_copy
Implementations on Foreign Types
Pool<DB>
Implementors
In sqlx_model
?
Trait
sqlx_model
::
ExecutorOptionPool
source
·
[
−
]
pub trait ExecutorOptionPool { fn
as_copy
(&self) ->
&
Self; }
Required Methods
source
fn
as_copy
(&self) ->
&
Self
Implementations on Foreign Types
source
impl<DB>
ExecutorOptionPool
for Pool<DB>
where
DB: Database,
source
fn
as_copy
(&self) ->
&
Self
Implementors