Enum gapi_grpc::google::ads::googleads::v6::enums::webpage_condition_operand_enum::WebpageConditionOperand [−][src]
pub enum WebpageConditionOperand { Unspecified, Unknown, Url, Category, PageTitle, PageContent, CustomLabel, }
The webpage condition operand in webpage criterion.
Variants
Not specified.
Used for return value only. Represents value unknown in this version.
Operand denoting a webpage URL targeting condition.
Operand denoting a webpage category targeting condition.
Operand denoting a webpage title targeting condition.
Operand denoting a webpage content targeting condition.
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,