Docs.rs
google-cloud-spanner-0.16.0
google-cloud-spanner 0.16.0
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
google-cloud-auth ^0.8.0
normal
google-cloud-gax ^0.12.0
normal
google-cloud-googleapis ^0.7.0
normal
google-cloud-longrunning ^0.11.0
normal
parking_lot ^0.12
normal
prost-types ^0.11
normal
serde ^1.0
normal
thiserror ^1.0
normal
time ^0.3
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
42.71%
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
☰
ToKind
Required Methods
get_type
to_kind
Implementations on Foreign Types
&[u8]
&str
Date
OffsetDateTime
Option<T>
String
Vec<T>
Vec<u8>
bool
f64
i64
Implementors
In google_cloud_spanner::statement
?
Trait
google_cloud_spanner
::
statement
::
ToKind
source
·
[
−
]
pub trait ToKind { fn
to_kind
(&self) ->
Kind
;
fn
get_type
() ->
Type
where
Self:
Sized
; }
Required Methods
§
source
fn
to_kind
(&self) ->
Kind
source
fn
get_type
() ->
Type
where
Self:
Sized
,
Implementations on Foreign Types
§
source
§
impl
ToKind
for
String
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for &
str
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
i64
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
f64
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
bool
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
Date
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
OffsetDateTime
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for &[
u8
]
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl
ToKind
for
Vec
<
u8
>
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl<T>
ToKind
for
Option
<T>
where
T:
ToKind
,
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
source
§
impl<T>
ToKind
for
Vec
<T>
where
T:
ToKind
,
source
§
fn
to_kind
(&self) ->
Kind
source
§
fn
get_type
() ->
Type
Implementors
§
source
§
impl
ToKind
for
CommitTimestamp
source
§
impl
ToKind
for
SpannerNumeric
source
§
impl<T>
ToKind
for T
where
T:
ToStruct
,