Docs.rs
google-cloud-spanner-0.1.0
google-cloud-spanner 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
coryan
codyoss
github:googleapis:google-cloud-rust-crate-publishers
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
chrono ^0.4
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
google-cloud-auth ^0.1.0
normal
google-cloud-gax ^0.1.0
normal
google-cloud-googleapis ^0.1.0
normal
hyper ^0.14
normal
hyper-tls ^0.5
normal
log ^0.4.0
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
38.66%
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 ToKind
Required Methods
get_type
to_kind
Implementations on Foreign Types
&[u8]
&str
DateTime<Tz>
Decimal
NaiveDate
Option<T>
String
Vec<T>
Vec<u8>
bool
f64
i64
Implementors
Other items in
google_cloud_spanner
::
statement
?
Trait
google_cloud_spanner
::
statement
::
ToKind
[
−
]
[src]
pub trait ToKind { fn
to_kind
(&self) ->
Kind
;
fn
get_type
() ->
Type
; }
Required methods
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
Implementations on Foreign Types
[src]
impl
ToKind
for
String
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for &
str
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
i64
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
f64
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
bool
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
NaiveDate
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl<Tz:
TimeZone
>
ToKind
for
DateTime
<Tz>
where
Tz::
Offset
:
Display
,
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
&[
u8
]
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
Vec
<
u8
>
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl
ToKind
for
Decimal
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl<T>
ToKind
for
Option
<T>
where
T:
ToKind
,
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
[src]
impl<T>
ToKind
for
Vec
<T>
where
T:
ToKind
,
[src]
fn
to_kind
(&self) ->
Kind
[src]
fn
get_type
() ->
Type
Implementors
[src]
impl
ToKind
for
CommitTimestamp
[src]
impl<T>
ToKind
for T
where
T:
ToStruct
,