Struct google_fusiontables2::ColumnBaseColumn[][src]

pub struct ColumnBaseColumn {
    pub table_index: Option<i32>,
    pub column_id: Option<i32>,
}

Identifier of the base column. If present, this column is derived from the specified base column.

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

Fields

Offset to the entry in the list of base tables in the table definition.

The id of the column in the base table from which this column is derived.

Trait Implementations

impl Default for ColumnBaseColumn
[src]

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

impl Clone for ColumnBaseColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColumnBaseColumn
[src]

Formats the value using the given formatter. Read more

impl NestedType for ColumnBaseColumn
[src]

impl Part for ColumnBaseColumn
[src]

Auto Trait Implementations