Docs.rs
sql-builder-3.1.1
sql-builder 3.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
perdumonocle
Dependencies
anyhow ^1.0
normal
thiserror ^1.0
normal
Versions
89.55%
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
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
sql_
builder
3.1.1
SqlArg
Required Methods
sql_arg
Implementations on Foreign Types
&Option<T>
&bool
&f32
&f64
&i8
&i16
&i32
&i64
&i128
&isize
&str
&u8
&u16
&u32
&u64
&u128
&usize
Cow<'_, str>
Option<T>
String
bool
f32
f64
i8
i16
i32
i64
i128
isize
str
u8
u16
u32
u64
u128
usize
Implementors
In sql_
builder::
arg
sql_builder
::
arg
Trait
SqlArg
Copy item path
Source
pub trait SqlArg { // Required method fn
sql_arg
(&self) ->
String
; }
Required Methods
§
Source
fn
sql_arg
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
SqlArg
for &
bool
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
f32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
f64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
i8
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
i16
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
i32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
i64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
i128
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
isize
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
str
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
u8
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
u16
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
u32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
u64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
u128
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for &
usize
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
Cow
<'_,
str
>
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
bool
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
f32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
f64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
i8
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
i16
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
i32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
i64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
i128
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
isize
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
str
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
u8
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
u16
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
u32
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
u64
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
u128
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
usize
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl
SqlArg
for
String
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl<T:
SqlArg
>
SqlArg
for &
Option
<T>
Source
§
fn
sql_arg
(&self) ->
String
Source
§
impl<T:
SqlArg
>
SqlArg
for
Option
<T>
Source
§
fn
sql_arg
(&self) ->
String
Implementors
§