Struct google_bigquery2::TableSchema[][src]

pub struct TableSchema {
    pub fields: Option<Vec<TableFieldSchema>>,
}

There is no detailed description.

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

Fields

Describes the fields in a table.

Trait Implementations

impl Default for TableSchema
[src]

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

impl Clone for TableSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TableSchema
[src]

Formats the value using the given formatter. Read more

impl Part for TableSchema
[src]

Auto Trait Implementations

impl Send for TableSchema

impl Sync for TableSchema