Docs.rs
mybatis-sql-1.0.8
mybatis-sql 1.0.8
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Jzow
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
dashmap ^4
normal
mybatis-core ^1.0.8
normal
mybatis-macro ^1.0.8
normal
once_cell ^1.9.0
normal
rbson ^2.0.3
normal
serde ^1
normal
Versions
26.35%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
QPS
Required Methods
cost
qps
time
Implementations on Foreign Types
Instant
Implementors
In mybatis_sql::bencher
?
Trait
mybatis_sql
::
bencher
::
QPS
source
·
[
−
]
pub trait QPS { fn
qps
(&self, total:
u64
);
fn
time
(&self, total:
u64
);
fn
cost
(&self); }
Required Methods
source
fn
qps
(&self, total:
u64
)
source
fn
time
(&self, total:
u64
)
source
fn
cost
(&self)
Implementations on Foreign Types
source
impl
QPS
for
Instant
source
fn
qps
(&self, total:
u64
)
source
fn
time
(&self, total:
u64
)
source
fn
cost
(&self)
Implementors