Docs.rs
google-cloud-spanner-0.3.0
google-cloud-spanner 0.3.0
Docs.rs crate page
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.3.0
normal
google-cloud-googleapis ^0.2.0
normal
google-cloud-grpc ^0.2.0
normal
google-cloud-longrunning ^0.2.0
normal
log ^0.4
normal
parking_lot ^0.11
normal
prost ^0.9
normal
prost-types ^0.9
normal
rust_decimal ^1.15
normal
thiserror ^1.0
normal
tokio ^1.7
normal
tonic ^0.6
normal
anyhow ^1.0.48
dev
env_logger ^0.9
dev
serial_test ^0.5.1
dev
Versions
43.06%
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
☰
Trait TryFromValue
Required Methods
try_from
Implementations on Foreign Types
DateTime<Utc>
Decimal
NaiveDate
Option<T>
String
Vec<T>
Vec<u8>
bool
f64
i64
Implementors
Other items in
google_cloud_spanner
::
row
?
Trait
google_cloud_spanner
::
row
::
TryFromValue
[
−
]
[src]
pub trait TryFromValue:
Sized
{ fn
try_from
(value: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>; }
Required methods
[src]
fn
try_from
(value: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
Implementations on Foreign Types
[src]
impl
TryFromValue
for
i64
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
f64
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
bool
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
DateTime
<
Utc
>
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
NaiveDate
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
Vec
<
u8
>
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
Decimal
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl
TryFromValue
for
String
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl<T>
TryFromValue
for
Option
<T>
where
T:
TryFromValue
,
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
[src]
impl<T>
TryFromValue
for
Vec
<T>
where
T:
TryFromValue
,
[src]
fn
try_from
(item: &
Value
, field: &
Field
) ->
Result
<Self,
Error
>
Implementors
[src]
impl
TryFromValue
for
CommitTimestamp
[src]
impl<T>
TryFromValue
for T
where
T:
TryFromStruct
,