Struct google_content2::Row
[−]
[src]
pub struct Row {
pub cells: Option<Vec<Value>>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
cells: Option<Vec<Value>>
The list of cells that constitute the row. Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
Trait Implementations
impl Debug for Row[src]
impl Clone for Row[src]
fn clone(&self) -> Row
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