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

pub struct MutateAdGroupBidModifierResult {
    pub resource_name: String,
    pub ad_group_bid_modifier: Option<AdGroupBidModifier>,
}

The result for the criterion mutate.

Fields

resource_name: String

Returned for successful operations.

ad_group_bid_modifier: Option<AdGroupBidModifier>

The mutated ad group bid modifier with only mutable fields after mutate. The field will only be returned when response_content_type is set to “MUTABLE_RESOURCE”.

Trait Implementations

impl Clone for MutateAdGroupBidModifierResult[src]

impl Debug for MutateAdGroupBidModifierResult[src]

impl Default for MutateAdGroupBidModifierResult[src]

impl Message for MutateAdGroupBidModifierResult[src]

impl PartialEq<MutateAdGroupBidModifierResult> for MutateAdGroupBidModifierResult[src]

impl StructuralPartialEq for MutateAdGroupBidModifierResult[src]

Auto Trait Implementations

impl RefUnwindSafe for MutateAdGroupBidModifierResult

impl Send for MutateAdGroupBidModifierResult

impl Sync for MutateAdGroupBidModifierResult

impl Unpin for MutateAdGroupBidModifierResult

impl UnwindSafe for MutateAdGroupBidModifierResult

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]