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
fields: Option<Vec<TableFieldSchema>>
Describes the fields in a table.
Trait Implementations
impl Debug for TableSchema[src]
impl Clone for TableSchema[src]
fn clone(&self) -> TableSchema
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for TableSchema[src]
fn default() -> TableSchema
Returns the "default value" for a type. Read more