Docs.rs
mybatis-sql-2.0.1
mybatis-sql 2.0.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Jzow
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
dashmap ^5
normal
mybatis-core ^2.0.0
normal
mybatis-macro ^2.0.2
normal
once_cell ^1.9.0
normal
rbson ^2.0.4
normal
serde ^1
normal
Versions
26.35%
of the crate is documented
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
mybatis_
sql
2.0.1
AsSql
Required Methods
as_sql
Implementations on Foreign Types
&&String
&&str
&String
&str
String
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In mybatis_
sql::
ops
mybatis_sql
::
ops
Trait
AsSql
Copy item path
Source
pub trait AsSql { // Required method fn
as_sql
(&self) ->
String
; }
Required Methods
§
Source
fn
as_sql
(&self) ->
String
Performs the conversion.
Implementations on Foreign Types
§
Source
§
impl
AsSql
for &&
str
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for &&
String
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for &
str
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for &
String
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
f32
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
f64
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
i8
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
i16
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
i32
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
i64
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
isize
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
u8
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
u16
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
u32
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
u64
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
usize
Source
§
fn
as_sql
(&self) ->
String
Source
§
impl
AsSql
for
String
Source
§
fn
as_sql
(&self) ->
String
Implementors
§
Source
§
impl
AsSql
for &&
Value
Source
§
impl
AsSql
for &
Value
Source
§
impl
AsSql
for
Value