Struct google_bigquery2::JsonValue[][src]

pub struct JsonValue(_);

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

The contained type is Option<String>.

Trait Implementations

impl Clone for JsonValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JsonValue
[src]

Formats the value using the given formatter. Read more

impl Default for JsonValue
[src]

Returns the "default value" for a type. Read more

impl Part for JsonValue
[src]

Auto Trait Implementations

impl Send for JsonValue

impl Sync for JsonValue