Struct google_bigquery2::TableCell
[−]
[src]
pub struct TableCell {
pub v: Option<String>,
}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 Debug for TableCell[src]
impl Clone for TableCell[src]
fn clone(&self) -> TableCell
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