Docs.rs
rbatis-4.3.13
rbatis 4.3.13
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
crossbeam ^0.8.2
normal
dark-std ^0.2
normal
fastdate ^0.1
normal
futures ^0.3
normal
futures-core ^0.3
normal
hex ^0.4
normal
log ^0.4
normal
rand ^0.8
normal
rbatis-codegen ^4.0
normal
rbatis-macro-driver ^4.0
normal
rbdc ^4.3
normal
rbs ^4.3
normal
serde ^1
normal
serde_json ^1
dev
tokio ^1
dev
Versions
43.09%
of the crate is documented
This release has been yanked, 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
☰
IntoSql
Required Methods
sql
Implementations on Foreign Types
Value
Implementors
In rbatis::sql::methods
?
Trait
rbatis
::
sql
::
methods
::
IntoSql
source
·
[
−
]
pub trait IntoSql { // Required method fn
sql
(&self) ->
Value
; }
Required Methods
§
source
fn
sql
(&self) ->
Value
Implementations on Foreign Types
§
source
§
impl
IntoSql
for
Value
source
§
fn
sql
(&self) ->
Value
Implementors
§