Struct gapi_grpc::google::ads::googleads::v4::services::KeywordPlanCampaignForecast[][src]

pub struct KeywordPlanCampaignForecast {
    pub keyword_plan_campaign: Option<String>,
    pub campaign_forecast: Option<ForecastMetrics>,
}

A campaign forecast.

Fields

keyword_plan_campaign: Option<String>

The resource name of the Keyword Plan campaign related to the forecast.

customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}

campaign_forecast: Option<ForecastMetrics>

The forecast for the Keyword Plan campaign.

Trait Implementations

impl Clone for KeywordPlanCampaignForecast[src]

impl Debug for KeywordPlanCampaignForecast[src]

impl Default for KeywordPlanCampaignForecast[src]

impl Message for KeywordPlanCampaignForecast[src]

impl PartialEq<KeywordPlanCampaignForecast> for KeywordPlanCampaignForecast[src]

impl StructuralPartialEq for KeywordPlanCampaignForecast[src]

Auto Trait Implementations

impl RefUnwindSafe for KeywordPlanCampaignForecast

impl Send for KeywordPlanCampaignForecast

impl Sync for KeywordPlanCampaignForecast

impl Unpin for KeywordPlanCampaignForecast

impl UnwindSafe for KeywordPlanCampaignForecast

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]