Docs.rs
google-cloud-spanner-0.6.3
google-cloud-spanner 0.6.3
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-gax ^0.4.0
normal
google-cloud-googleapis ^0.3.0
normal
google-cloud-longrunning ^0.3.0
normal
log ^0.4
normal
parking_lot ^0.11
normal
prost ^0.9
normal
prost-types ^0.9
normal
thiserror ^1.0
normal
tokio ^1.14
normal
anyhow ^1.0.48
dev
env_logger ^0.9
dev
serial_test ^0.5.1
dev
Versions
41.64%
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
,