Docs.rs
google-cloud-spanner-0.14.1
google-cloud-spanner 0.14.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
coryan
codyoss
github:googleapis:google-cloud-rust-crate-publishers
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.13
normal
chrono ^0.4
normal
google-cloud-auth ^0.6.1
normal
google-cloud-gax ^0.10.1
normal
google-cloud-googleapis ^0.6.0
normal
google-cloud-longrunning ^0.9.1
normal
parking_lot ^0.12
normal
prost-types ^0.11
normal
serde ^1.0
normal
thiserror ^1.0
normal
tokio ^1.20
normal
tracing ^0.1
normal
anyhow ^1.0.48
dev
ctor ^0.1
dev
serial_test ^0.9
dev
tokio ^1.20
dev
tracing-subscriber ^0.3
dev
Versions
41.72%
of the crate is documented
Go to latest version
Platform
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
☰
TryFromValue
Required Methods
try_from
Implementations on Foreign Types
DateTime<Utc>
NaiveDate
Option<T>
String
Vec<T>
Vec<u8>
bool
f64
i64
Implementors
In google_cloud_spanner::row
?
Trait
google_cloud_spanner
::
row
::
TryFromValue
source
·
[
−
]
pub trait TryFromValue:
Sized
{ fn
try_from
(value: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>; }
Required Methods
§
source
fn
try_from
(value: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
Implementations on Foreign Types
§
source
§
impl
TryFromValue
for
i64
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
f64
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
bool
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
DateTime
<
Utc
>
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
NaiveDate
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
Vec
<
u8
>
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl
TryFromValue
for
String
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl<T>
TryFromValue
for
Option
<T>
where
T:
TryFromValue
,
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
source
§
impl<T>
TryFromValue
for
Vec
<T>
where
T:
TryFromValue
,
source
§
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
Implementors
§
source
§
impl
TryFromValue
for
CommitTimestamp
source
§
impl
TryFromValue
for
SpannerNumeric
source
§
impl<T>
TryFromValue
for T
where
T:
TryFromStruct
,