Docs.rs
ydb-unofficial-0.6.7
ydb-unofficial 0.6.7
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
bool-rus
Dependencies
async-trait ^0.1.72
normal
optional
ctor ^0.2.0
normal
deadpool ^0.9.5
normal
optional
futures ^0.3.28
normal
optional
jwt-simple ^0.11.6
normal
optional
log ^0.4.17
normal
nom ^7.1.3
normal
optional
prost ^0.11.2
normal
rand ^0.8.5
normal
serde ^1.0.171
normal
optional
serde_json ^1.0.102
normal
optional
sqlx-core =0.7.1
normal
optional
thiserror ^1.0.40
normal
tokio ^1.29.1
normal
tonic ^0.9.2
normal
tower ^0.4.13
normal
yandex-cloud ^2023.6.13
normal
optional
ydb-grpc-bindings ^0.0.1
normal
tokio ^1.29.1
dev
Versions
20.25%
of the crate is documented
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
ydb_
unofficial
0.6.7
YdbValue
Ref
Trait Implementations
ValueRef<'a>
In ydb_
unofficial::
sqlx::
entities
ydb_unofficial
::
sqlx
::
entities
Type Alias
YdbValueRef
Copy item path
Source
pub type YdbValueRef<'a> = &'a
YdbValue
;
Available on
crate feature
sqlx
only.
Trait Implementations
§
Source
§
impl<'a>
ValueRef
<'a> for
YdbValueRef
<'a>
Source
§
type
Database
=
Ydb
Source
§
fn
to_owned
(&self) ->
YdbValue
Creates an owned value from this value reference.
Read more
Source
§
fn
type_info
(&self) ->
Cow
<'_,
YdbTypeInfo
>
Get the type information for this value.
Source
§
fn
is_null
(&self) ->
bool
Returns
true
if the SQL value is
NULL
.