Docs.rs
sqlx-model-0.0.1-beta.3
sqlx-model 0.0.1-beta.3
Docs.rs crate page
Links
crates.io
Source
Owners
shanliu
Dependencies
sqlx ~0.5
normal
sqlx-model-macros ^0.0.1-beta.3
normal
tokio 1.*
normal
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
Platform
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
&Vec<&str>
&Vec<String>
&Vec<bool>
&Vec<f32>
&Vec<f64>
&Vec<i128>
&Vec<i16>
&Vec<i32>
&Vec<i64>
&Vec<i8>
&Vec<isize>
&Vec<u128>
&Vec<u16>
&Vec<u32>
&Vec<u64>
&Vec<u8>
&Vec<usize>
&[&str]
&[String]
&[bool]
&[f32]
&[f64]
&[i128]
&[i16]
&[i32]
&[i64]
&[i8]
&[isize]
&[u128]
&[u16]
&[u32]
&[u64]
&[u8]
&[usize]
&str
String
Vec<&str>
Vec<String>
Vec<bool>
Vec<f32>
Vec<f64>
Vec<i128>
Vec<i16>
Vec<i32>
Vec<i64>
Vec<i8>
Vec<isize>
Vec<u128>
Vec<u16>
Vec<u32>
Vec<u64>
Vec<u8>
Vec<usize>
[&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
<
i8
> for
i8
[src]
fn
sql_quote
(&self) ->
i8
[src]
impl
SqlQuote
<
i16
> for
i16
[src]
fn
sql_quote
(&self) ->
i16
[src]
impl
SqlQuote
<
i32
> for
i32
[src]
fn
sql_quote
(&self) ->
i32
[src]
impl
SqlQuote
<
i64
> for
i64
[src]
fn
sql_quote
(&self) ->
i64
[src]
impl
SqlQuote
<
i128
> for
i128
[src]
fn
sql_quote
(&self) ->
i128
[src]
impl
SqlQuote
<
u8
> for
u8
[src]
fn
sql_quote
(&self) ->
u8
[src]
impl
SqlQuote
<
u16
> for
u16
[src]
fn
sql_quote
(&self) ->
u16
[src]
impl
SqlQuote
<
u32
> for
u32
[src]
fn
sql_quote
(&self) ->
u32
[src]
impl
SqlQuote
<
u64
> for
u64
[src]
fn
sql_quote
(&self) ->
u64
[src]
impl
SqlQuote
<
u128
> for
u128
[src]
fn
sql_quote
(&self) ->
u128
[src]
impl
SqlQuote
<
f32
> for
f32
[src]
fn
sql_quote
(&self) ->
f32
[src]
impl
SqlQuote
<
f64
> for
f64
[src]
fn
sql_quote
(&self) ->
f64
[src]
impl
SqlQuote
<
usize
> for
usize
[src]
fn
sql_quote
(&self) ->
usize
[src]
impl
SqlQuote
<
isize
> for
isize
[src]
fn
sql_quote
(&self) ->
isize
[src]
impl
SqlQuote
<
String
> for
char
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
u8
> for
bool
[src]
fn
sql_quote
(&self) ->
u8
[src]
impl
SqlQuote
<
String
> for &
str
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
String
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i8
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
i8
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i8
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
i8
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i16
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
i16
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i16
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
i16
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
i32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
i32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
i64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
i64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
i128
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
i128
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
i128
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
i128
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u8
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
u8
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u8
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
u8
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u16
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
u16
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u16
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
u16
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
u32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
u32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
u64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
u64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
u128
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
u128
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
u128
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
u128
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
f32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
f32
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
f32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
f32
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
f64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
f64
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
f64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
f64
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
usize
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
usize
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
usize
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
usize
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
isize
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
isize
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
isize
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
isize
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
bool
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
bool
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
bool
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
bool
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<&
str
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<&
str
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
&
str
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
&
str
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
Vec
<
String
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for &
Vec
<
String
>
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
[
String
]
[src]
fn
sql_quote
(&self) ->
String
[src]
impl
SqlQuote
<
String
> for
&[
String
]
[src]
fn
sql_quote
(&self) ->
String
Implementors
[src]
impl
SqlQuote
<
String
> for
TableName
[src]
impl<T:
Display
>
SqlQuote
<
String
> for
SqlExpr
<T>