Docs.rs
google-cloud-bigquery-0.4.0
google-cloud-bigquery 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
coryan
codyoss
github:googleapis:google-cloud-rust-crate-publishers
Dependencies
arrow ^44.0
normal
async-trait ^0.1
normal
backon ^0.4
normal
base64 ^0.21
normal
bigdecimal ^0.3
normal
google-cloud-auth ^0.12
normal
google-cloud-gax ^0.15.0
normal
google-cloud-googleapis ^0.11.0
normal
google-cloud-token ^0.1.1
normal
num-bigint ^0.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
time ^0.3
normal
tokio ^1.20
normal
tracing ^0.1
normal
base64-serde ^0.7
dev
ctor ^0.1.22
dev
serial_test ^0.9
dev
tokio ^1.20
dev
tokio-util ^0.7
dev
tracing-subscriber ^0.3.11
dev
Versions
54.95%
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
☰
Decodable
Required Methods
decode
Implementations on Foreign Types
BigDecimal
Date
OffsetDateTime
Option<T>
String
Time
Vec<T>
Vec<u8>
bool
f64
i64
Implementors
In google_cloud_bigquery::http::query::value
?
Trait
google_cloud_bigquery
::
http
::
query
::
value
::
Decodable
source
·
[
−
]
pub trait Decodable:
Sized
{ // Required method fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>; }
Required Methods
§
source
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
Implementations on Foreign Types
§
source
§
impl<T>
Decodable
for
Option
<T>
where T:
Decodable
,
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
Time
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl<T>
Decodable
for
Vec
<T>
where T:
Decodable
,
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
bool
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
Vec
<
u8
>
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
i64
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
String
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
OffsetDateTime
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
Date
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
f64
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
source
§
impl
Decodable
for
BigDecimal
source
§
fn
decode
(value: &
Value
) ->
Result
<Self,
Error
>
Implementors
§
source
§
impl<T:
StructDecodable
>
Decodable
for T