Struct google_analytics3::GaDataDataTableRows
[−]
[src]
pub struct GaDataDataTableRows {
pub c: Option<Vec<GaDataDataTableRowsC>>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
c: Option<Vec<GaDataDataTableRowsC>>
no description provided
Trait Implementations
impl Default for GaDataDataTableRows[src]
fn default() -> GaDataDataTableRows
Returns the "default value" for a type. Read more
impl Clone for GaDataDataTableRows[src]
fn clone(&self) -> GaDataDataTableRows
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