Struct gapi_grpc::google::ads::googleads::v7::common::ExpressionRuleUserListInfo[][src]

pub struct ExpressionRuleUserListInfo {
    pub rule: Option<UserListRuleInfo>,
}

Visitors of a page. The page visit is defined by one boolean rule expression.

Fields

rule: Option<UserListRuleInfo>

Boolean rule that defines this user list. The rule consists of a list of rule item groups and each rule item group consists of a list of rule items. All the rule item groups are ORed or ANDed together for evaluation based on rule.rule_type.

Required for creating an expression rule user list.

Trait Implementations

impl Clone for ExpressionRuleUserListInfo[src]

impl Debug for ExpressionRuleUserListInfo[src]

impl Default for ExpressionRuleUserListInfo[src]

impl Message for ExpressionRuleUserListInfo[src]

impl PartialEq<ExpressionRuleUserListInfo> for ExpressionRuleUserListInfo[src]

impl StructuralPartialEq for ExpressionRuleUserListInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for ExpressionRuleUserListInfo

impl Send for ExpressionRuleUserListInfo

impl Sync for ExpressionRuleUserListInfo

impl Unpin for ExpressionRuleUserListInfo

impl UnwindSafe for ExpressionRuleUserListInfo

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]