Struct google_analyticsreporting4::MetricHeader [−][src]
pub struct MetricHeader {
pub pivot_headers: Option<Vec<PivotHeader>>,
pub metric_header_entries: Option<Vec<MetricHeaderEntry>>,
}The headers for the metrics.
This type is not used in any activity, and only used as part of another schema.
Fields
pivot_headers: Option<Vec<PivotHeader>>
Headers for the pivots in the response.
metric_header_entries: Option<Vec<MetricHeaderEntry>>
Headers for the metrics in the response.
Trait Implementations
impl Default for MetricHeader[src]
impl Default for MetricHeaderfn default() -> MetricHeader[src]
fn default() -> MetricHeaderReturns the "default value" for a type. Read more
impl Clone for MetricHeader[src]
impl Clone for MetricHeaderfn clone(&self) -> MetricHeader[src]
fn clone(&self) -> MetricHeaderReturns 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 MetricHeader[src]
impl Debug for MetricHeaderfn 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 MetricHeader[src]
impl Part for MetricHeaderAuto Trait Implementations
impl Send for MetricHeader
impl Send for MetricHeaderimpl Sync for MetricHeader
impl Sync for MetricHeader