Enum gapi_grpc::google::ads::googleads::v7::enums::webpage_condition_operand_enum::WebpageConditionOperand[][src]

#[repr(i32)]pub enum WebpageConditionOperand {
    Unspecified,
    Unknown,
    Url,
    Category,
    PageTitle,
    PageContent,
    CustomLabel,
}

The webpage condition operand in webpage criterion.

Variants

Unspecified

Not specified.

Unknown

Used for return value only. Represents value unknown in this version.

Url

Operand denoting a webpage URL targeting condition.

Category

Operand denoting a webpage category targeting condition.

PageTitle

Operand denoting a webpage title targeting condition.

PageContent

Operand denoting a webpage content targeting condition.

CustomLabel

Operand denoting a webpage custom label targeting condition.

Implementations

impl WebpageConditionOperand[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of WebpageConditionOperand.

pub fn from_i32(value: i32) -> Option<WebpageConditionOperand>[src]

Converts an i32 to a WebpageConditionOperand, or None if value is not a valid variant.

Trait Implementations

impl Clone for WebpageConditionOperand[src]

impl Copy for WebpageConditionOperand[src]

impl Debug for WebpageConditionOperand[src]

impl Default for WebpageConditionOperand[src]

impl Eq for WebpageConditionOperand[src]

impl From<WebpageConditionOperand> for i32[src]

impl Hash for WebpageConditionOperand[src]

impl Ord for WebpageConditionOperand[src]

impl PartialEq<WebpageConditionOperand> for WebpageConditionOperand[src]

impl PartialOrd<WebpageConditionOperand> for WebpageConditionOperand[src]

impl StructuralEq for WebpageConditionOperand[src]

impl StructuralPartialEq for WebpageConditionOperand[src]

Auto Trait Implementations

impl RefUnwindSafe for WebpageConditionOperand

impl Send for WebpageConditionOperand

impl Sync for WebpageConditionOperand

impl Unpin for WebpageConditionOperand

impl UnwindSafe for WebpageConditionOperand

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]