Struct gapi_grpc::google::ads::googleads::v7::services::ReachForecast[][src]

pub struct ReachForecast {
    pub cost_micros: i64,
    pub forecast: Option<Forecast>,
    pub planned_product_reach_forecasts: Vec<PlannedProductReachForecast>,
}

A point on reach curve.

Fields

cost_micros: i64

The cost in micros.

forecast: Option<Forecast>

Forecasted traffic metrics for this point.

planned_product_reach_forecasts: Vec<PlannedProductReachForecast>

The forecasted allocation and traffic metrics for each planned product at this point on the reach curve.

Trait Implementations

impl Clone for ReachForecast[src]

impl Debug for ReachForecast[src]

impl Default for ReachForecast[src]

impl Message for ReachForecast[src]

impl PartialEq<ReachForecast> for ReachForecast[src]

impl StructuralPartialEq for ReachForecast[src]

Auto Trait Implementations

impl RefUnwindSafe for ReachForecast

impl Send for ReachForecast

impl Sync for ReachForecast

impl Unpin for ReachForecast

impl UnwindSafe for ReachForecast

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]