Docs.rs
taos-query-0.12.4
taos-query 0.12.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
zitsen
AdamEECS
sheyanjie-qq
Dependencies
anyhow ^1
normal
async-trait ^0.1.53
normal
optional
bitflags ^2.2.1
normal
bitvec ^1.0.0
normal
bytes ^1.1
normal
chrono ^0.4
normal
deadpool ^0.10.0
normal
optional
derive_builder ^0.12.0
normal
derive_more ^0.99
normal
either ^1.12.0
normal
faststr ^0.2.19
normal
futures ^0.3.21
normal
optional
itertools ^0.13.0
normal
lazy_static ^1.4
normal
log ^0.4
normal
mdsn ^0.2.25
normal
nom ^7
normal
num_enum ^0.7.0
normal
once_cell ^1.12.0
normal
parse_duration ^2.1
normal
paste ^1
normal
prettytable ^0.10.0
normal
r2d2 ^0.8.9
normal
optional
rayon ^1.7
normal
rust_decimal ^1
normal
rustversion ^1.0.6
normal
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1.7
normal
taos-error ^0.12.4
normal
thiserror ^1.0.47
normal
tokio ^1
normal
url ^2.2.2
normal
flate2 ^1
dev
pretty_env_logger ^0.5.0
dev
rand ^0.8.5
dev
rustc_version ^0.4.0
build
Versions
25.81%
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
taos_
query
0.12.4
IntoDsn
Required Methods
into_dsn
Implementations on Foreign Types
&String
&str
String
Implementors
In crate taos_
query
taos_query
Trait
IntoDsn
Copy item path
Source
pub trait IntoDsn { // Required method fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>; }
Required Methods
§
Source
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Implementations on Foreign Types
§
Source
§
impl
IntoDsn
for &
str
Source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Source
§
impl
IntoDsn
for &
String
Source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Source
§
impl
IntoDsn
for
String
Source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Implementors
§
Source
§
impl
IntoDsn
for &
Dsn
Source
§
impl
IntoDsn
for
Dsn