Docs.rs
rbatis-codegen-4.6.5
rbatis-codegen 4.6.5
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
html_parser ^0.6.3
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
rbs ^4.6
normal
serde ^1
normal
serde_json ^1
normal
optional
syn ^2.0
normal
url ^2.2.2
normal
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rbatis_
codegen
4.6.5
IntoSql
Required Methods
sql
Implementations on Foreign Types
&Value
&str
Cow<'_, Value>
String
Value
bool
f32
f64
i32
i64
u32
u64
Implementors
In rbatis_
codegen::
into_
sql
rbatis_codegen
::
into_sql
Trait
IntoSql
Copy item path
Source
pub trait IntoSql { // Required method fn
sql
(&self) ->
String
; }
Required Methods
§
Source
fn
sql
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
IntoSql
for &
Value
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for &
str
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
Cow
<'_,
Value
>
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
Value
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
bool
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
f32
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
f64
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
i32
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
i64
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
u32
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
u64
Source
§
fn
sql
(&self) ->
String
Source
§
impl
IntoSql
for
String
Source
§
fn
sql
(&self) ->
String
Implementors
§