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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
taos_
query
0.12.4
INull
Trait Implementations
IValue
In taos_
query::
common::
itypes
taos_query
::
common
::
itypes
Type Alias
INull
Copy item path
Source
pub type INull =
()
;
Trait Implementations
§
Source
§
impl
IValue
for
INull
Source
§
const
TY
:
Ty
= Ty::Null
Source
§
type
Inner
=
()
Source
§
fn
is_null
(&self) ->
bool
Source
§
fn
into_value
(self) ->
Value
Source
§
fn
into_inner
(self) -> Self::
Inner