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
f: Option<Vec<TableCell>>
Represents a single row in the result set, consisting of one or more fields.
Trait Implementations
impl Debug for TableRow[src]
impl Clone for TableRow[src]
fn clone(&self) -> TableRow
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