Docs.rs
multisql-0.4.3
multisql 0.4.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
KyGost
Dependencies
async-recursion ^0.3.1
normal
async-trait ^0.1.41
normal
bincode ^1.3.1
normal
optional
boolinator ^2.4.0
normal
chrono ^0.4.19
normal
concat-idents ^1.1.2
normal
csv ^1.1.6
normal
optional
fast-float ^0.2.0
normal
fastrand ^1.7.0
normal
fstrings ^0.2.3
normal
futures ^0.3
normal
lazy_static ^1.4.0
normal
lexical ^6.1.0
normal
linecount ^0.1.0
normal
optional
odbc-api ^0.40.1
normal
optional
rayon ^1.5.1
normal
serde ^1.0.117
normal
serde_json ^1.0.0
normal
serde_yaml ^0.8.23
normal
sled ^0.34.7
normal
optional
sqlparser ^0.16.0
normal
thiserror ^1.0.21
normal
thousands ^0.2.0
normal
umya-spreadsheet =0.7.1
normal
optional
uuid ^0.8
normal
criterion ^0.3.5
dev
indicatif ^0.16.2
dev
inventory ^0.2.3
dev
tokio ^0.3.3
dev
Versions
1.38%
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
multisql
0.4.3
Convert
Required Methods
convert
Implementors
In crate multisql
multisql
Trait
Convert
Copy item path
Source
pub trait Convert<Core> { // Required method fn
convert
(self) ->
Result
<Core>; }
Required Methods
§
Source
fn
convert
(self) ->
Result
<Core>
Implementors
§
Source
§
impl
Convert
<
bool
> for
Value
Source
§
impl
Convert
<
f64
> for
Value
Source
§
impl
Convert
<
i64
> for
Value
Source
§
impl
Convert
<
u64
> for
Value
Source
§
impl
Convert
<
String
> for
Value
Source
§
impl
Convert
<
NaiveDateTime
> for
Value