Struct google_bigquery2::TableRow [−][src]
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 Default for TableRow[src]
impl Default for TableRowimpl Clone for TableRow[src]
impl Clone for TableRowfn clone(&self) -> TableRow[src]
fn clone(&self) -> TableRowReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TableRow[src]
impl Debug for TableRowfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TableRow[src]
impl Part for TableRow