Struct google_doubleclicksearch2::CustomMetric[][src]

pub struct CustomMetric {
    pub name: Option<String>,
    pub value: Option<f64>,
}

A message containing the custome metric.

This type is not used in any activity, and only used as part of another schema.

Fields

Custom metric name.

Custom metric numeric value.

Trait Implementations

impl Default for CustomMetric
[src]

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

impl Clone for CustomMetric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomMetric
[src]

Formats the value using the given formatter. Read more

impl Part for CustomMetric
[src]

Auto Trait Implementations