Struct google_bigquery2::TableRow[][src]

pub struct TableRow {
    pub f: Option<Vec<TableCell>>,
}

There is no detailed description.

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

Fields

Represents a single row in the result set, consisting of one or more fields.

Trait Implementations

impl Default for TableRow
[src]

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

impl Clone for TableRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TableRow
[src]

Formats the value using the given formatter. Read more

impl Part for TableRow
[src]

Auto Trait Implementations

impl Send for TableRow

impl Sync for TableRow