Docs.rs
ydb-unofficial-0.6.0
ydb-unofficial 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
bool-rus
Dependencies
async-trait ^0.1.72
normal
ctor ^0.2.0
normal
deadpool ^0.9.5
normal
futures ^0.3.28
normal
jwt-simple ^0.11.6
normal
log ^0.4.17
normal
nom ^7.1.3
normal
prost ^0.11.2
normal
rand ^0.8.5
normal
serde ^1.0.171
normal
serde_json ^1.0.102
normal
sqlx-core =0.7.1
normal
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
ydb-grpc-bindings ^0.0.1
normal
tokio ^1.29.1
dev
Versions
20.41%
of the crate is documented
Go to latest version
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
☰
YdbValueRef
Trait Implementations
ValueRef<'a>
In ydb_unofficial::sqlx::entities
?
Type Definition
ydb_unofficial
::
sqlx
::
entities
::
YdbValueRef
source
·
[
−
]
pub type YdbValueRef<'a> = &'a
YdbValue
;
Available on
crate feature
sqlx
only.
Trait Implementations
§
source
§
impl<'a>
ValueRef
<'a> for
YdbValueRef
<'a>
§
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
.