Struct google_bigquery2::TableCell [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
v: Option<String>
no description provided
Trait Implementations
impl Default for TableCell[src]
impl Default for TableCellimpl Clone for TableCell[src]
impl Clone for TableCellfn clone(&self) -> TableCell[src]
fn clone(&self) -> TableCellReturns 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 TableCell[src]
impl Debug for TableCellfn 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 TableCell[src]
impl Part for TableCell