Docs.rs
rbdc-sqlite-0.1.14
rbdc-sqlite 0.1.14
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
atoi ^1.0
normal
bytes ^1.1.0
normal
either ^1.6.1
normal
flume ^0.10.9
normal
futures-channel ^0.3.19
normal
futures-core ^0.3.19
normal
futures-executor ^0.3.19
normal
futures-intrusive ^0.4.0
normal
futures-util ^0.3.19
normal
indexmap ^1.6.0
normal
libc ^0.2.112
normal
libsqlite3-sys ^0.25.1
normal
log ^0.4
normal
percent-encoding ^2.1.0
normal
rbdc ^0.1
normal
rbs ^0.1
normal
serde ^1.0
normal
smallvec ^1.7.0
normal
url ^2.2.2
normal
tokio ^1
dev
Versions
32.17%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Encode
Required Methods
encode
Implementations on Foreign Types
String
Value
Vec<u8>
bool
f32
f64
i16
i32
i64
i8
u16
u32
u8
Implementors
In rbdc_sqlite::encode
?
Trait
rbdc_sqlite
::
encode
::
Encode
source
·
[
−
]
pub trait Encode { fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>; }
Required Methods
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
Implementations on Foreign Types
source
impl
Encode
for
bool
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
Vec
<
u8
>
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
f32
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
f64
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
i8
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
i16
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
i32
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
i64
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
String
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
u8
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
u16
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
u32
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
source
impl
Encode
for
Value
source
fn
encode
(self, args: &mut
Vec
<
SqliteArgumentValue
>) ->
Result
<
IsNull
,
Error
>
Implementors