Docs.rs
rbdc-sqlite-4.6.3
rbdc-sqlite 4.6.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
atoi ^2.0
normal
bytes ^1.1.0
normal
either ^1.6.1
normal
flume ^0.11.0
normal
futures-channel ^0.3.19
normal
futures-core ^0.3.19
normal
futures-executor ^0.3.19
normal
futures-intrusive ^0.5.0
normal
futures-util ^0.3.19
normal
indexmap ^2.0.0
normal
libsqlite3-sys ^0.36.0
normal
log ^0.4
normal
parking_lot ^0.12.1
normal
percent-encoding ^2.1.0
normal
rbdc ^4.6
normal
optional
rbs ^4.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.7.0
normal
url ^2.2.2
normal
tokio ^1
dev
Versions
26.14%
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
Type
rbdc_
sqlite
4.6.3
Type
Required Methods
type_info
Implementations on Foreign Types
Option<T>
String
Value
Vec<u8>
bool
f32
f64
i8
i16
i32
i64
u8
u16
u32
Implementors
In rbdc_
sqlite::
type_
info
rbdc_sqlite
::
type_info
Trait
Type
Copy item path
Source
pub trait Type { // Required method fn
type_info
(&self) ->
SqliteTypeInfo
; }
Required Methods
§
Source
fn
type_info
(&self) ->
SqliteTypeInfo
Implementations on Foreign Types
§
Source
§
impl
Type
for
Value
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
bool
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
f32
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
f64
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
i8
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
i16
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
i32
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
i64
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
u8
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
u16
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
u32
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
String
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl
Type
for
Vec
<
u8
>
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Source
§
impl<T:
Type
>
Type
for
Option
<T>
Source
§
fn
type_info
(&self) ->
SqliteTypeInfo
Implementors
§