Struct gapi_grpc::google::ads::googleads::v5::common::ProductChannelExclusivityInfo[][src]

pub struct ProductChannelExclusivityInfo {
    pub channel_exclusivity: i32,
}

Availability of a product offer.

Fields

channel_exclusivity: i32

Value of the availability.

Implementations

impl ProductChannelExclusivityInfo[src]

pub fn channel_exclusivity(&self) -> ProductChannelExclusivity[src]

Returns the enum value of channel_exclusivity, or the default if the field is set to an invalid enum value.

pub fn set_channel_exclusivity(&mut self, value: ProductChannelExclusivity)[src]

Sets channel_exclusivity to the provided enum value.

Trait Implementations

impl Clone for ProductChannelExclusivityInfo[src]

impl Debug for ProductChannelExclusivityInfo[src]

impl Default for ProductChannelExclusivityInfo[src]

impl Message for ProductChannelExclusivityInfo[src]

impl PartialEq<ProductChannelExclusivityInfo> for ProductChannelExclusivityInfo[src]

impl StructuralPartialEq for ProductChannelExclusivityInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for ProductChannelExclusivityInfo

impl Send for ProductChannelExclusivityInfo

impl Sync for ProductChannelExclusivityInfo

impl Unpin for ProductChannelExclusivityInfo

impl UnwindSafe for ProductChannelExclusivityInfo

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]