Struct gapi_grpc::google::ads::googleads::v7::common::KeywordPlanAggregateMetrics[][src]

pub struct KeywordPlanAggregateMetrics {
    pub aggregate_metric_types: Vec<i32>,
}

The aggregate metrics specification of the request.

Fields

aggregate_metric_types: Vec<i32>

The list of aggregate metrics to fetch data.

Implementations

impl KeywordPlanAggregateMetrics[src]

pub fn aggregate_metric_types(
    &self
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<KeywordPlanAggregateMetricType>>
[src]

Returns an iterator which yields the valid enum values contained in aggregate_metric_types.

pub fn push_aggregate_metric_types(
    &mut self,
    value: KeywordPlanAggregateMetricType
)
[src]

Appends the provided enum value to aggregate_metric_types.

Trait Implementations

impl Clone for KeywordPlanAggregateMetrics[src]

impl Debug for KeywordPlanAggregateMetrics[src]

impl Default for KeywordPlanAggregateMetrics[src]

impl Message for KeywordPlanAggregateMetrics[src]

impl PartialEq<KeywordPlanAggregateMetrics> for KeywordPlanAggregateMetrics[src]

impl StructuralPartialEq for KeywordPlanAggregateMetrics[src]

Auto Trait Implementations

impl RefUnwindSafe for KeywordPlanAggregateMetrics

impl Send for KeywordPlanAggregateMetrics

impl Sync for KeywordPlanAggregateMetrics

impl Unpin for KeywordPlanAggregateMetrics

impl UnwindSafe for KeywordPlanAggregateMetrics

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]