Docs.rs
sqlx-model-0.0.1-beta.1
sqlx-model 0.0.1-beta.1
Docs.rs crate page
Links
crates.io
Source
Owners
shanliu
Dependencies
futures-util ^0.3.17
normal
simple_asn1 ^0.5.1
normal
sqlx ~0.5.5
normal
sqlx-model-core ^0.0.1-beta.1
normal
sqlx-model-macros ^0.0.1-beta.1
normal
tokio 1.*
normal
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
Trait SqlQuote
Required Methods
sql_quote
Implementations on Foreign Types
&'_ str
String
Vec<&'_ str, Global>
Vec<String, Global>
Vec<bool, Global>
Vec<f32, Global>
Vec<f64, Global>
Vec<i128, Global>
Vec<i16, Global>
Vec<i32, Global>
Vec<i64, Global>
Vec<i8, Global>
Vec<isize, Global>
Vec<u128, Global>
Vec<u16, Global>
Vec<u32, Global>
Vec<u64, Global>
Vec<u8, Global>
Vec<usize, Global>
[&'_ str]
[String]
[bool]
[f32]
[f64]
[i128]
[i16]
[i32]
[i64]
[i8]
[isize]
[u128]
[u16]
[u32]
[u64]
[u8]
[usize]
bool
char
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
Other items in
sqlx_model
?
Trait
sqlx_model
::
SqlQuote
[
−
]
[src]
pub trait SqlQuote<OUT>
where
OUT:
Display
,
{ fn
sql_quote
(&self) -> OUT; }
Required methods
[src]
fn
sql_quote
(&self) -> OUT
Implementations on Foreign Types
[src]
impl
SqlQuote
<
f32
> for
f32
[src]
pub fn
sql_quote
(&self) ->
f32
[src]
impl
SqlQuote
<
String
> for
[
u16
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
i128
> for
i128
[src]
pub fn
sql_quote
(&self) ->
i128
[src]
impl
SqlQuote
<
f64
> for
f64
[src]
pub fn
sql_quote
(&self) ->
f64
[src]
impl<'_>
SqlQuote
<
String
> for
[
&'_
str
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
i32
> for
i32
[src]
pub fn
sql_quote
(&self) ->
i32
[src]
impl
SqlQuote
<
i8
> for
i8
[src]
pub fn
sql_quote
(&self) ->
i8
[src]
impl
SqlQuote
<
String
> for
Vec
<
i32
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u32
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
String
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl<'_>
SqlQuote
<
String
> for
Vec
<&'_
str
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i128
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
u64
> for
u64
[src]
pub fn
sql_quote
(&self) ->
u64
[src]
impl
SqlQuote
<
u32
> for
u32
[src]
pub fn
sql_quote
(&self) ->
u32
[src]
impl
SqlQuote
<
String
> for
Vec
<
i8
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
isize
> for
isize
[src]
pub fn
sql_quote
(&self) ->
isize
[src]
impl
SqlQuote
<
String
> for
String
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
f32
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u32
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
u128
> for
u128
[src]
pub fn
sql_quote
(&self) ->
u128
[src]
impl
SqlQuote
<
String
> for
Vec
<
f64
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i32
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
char
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i64
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u8
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i16
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
bool
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
String
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
bool
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl<'_>
SqlQuote
<
String
> for &'_
str
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i8
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u64
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i64
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
u8
> for
u8
[src]
pub fn
sql_quote
(&self) ->
u8
[src]
impl
SqlQuote
<
String
> for
[
f32
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
isize
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
i64
> for
i64
[src]
pub fn
sql_quote
(&self) ->
i64
[src]
impl
SqlQuote
<
u8
> for
bool
[src]
pub fn
sql_quote
(&self) ->
u8
[src]
impl
SqlQuote
<
String
> for
Vec
<
u128
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i128
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
usize
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
i16
> for
i16
[src]
pub fn
sql_quote
(&self) ->
i16
[src]
impl
SqlQuote
<
String
> for
[
u64
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
isize
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u128
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
usize
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
u16
> for
u16
[src]
pub fn
sql_quote
(&self) ->
u16
[src]
impl
SqlQuote
<
usize
> for
usize
[src]
pub fn
sql_quote
(&self) ->
usize
[src]
impl
SqlQuote
<
String
> for
[
i16
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
f64
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u8
]
[src]
pub fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u16
,
Global
>
[src]
pub fn
sql_quote
(&self) ->
String
Implementors