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

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 Default for Row
[src]

Returns the "default value" for a type. Read more

impl Clone for Row
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Row
[src]

Formats the value using the given formatter. Read more

impl Part for Row
[src]

Auto Trait Implementations

impl Send for Row

impl Sync for Row