Enum googapis::google::ads::googleads::v8::common::rule_based_user_list_info::RuleBasedUserList[][src]

pub enum RuleBasedUserList {
    CombinedRuleUserList(CombinedRuleUserListInfo),
    DateSpecificRuleUserList(DateSpecificRuleUserListInfo),
    ExpressionRuleUserList(ExpressionRuleUserListInfo),
}
Expand description

Subtypes of rule based user lists.

Variants

CombinedRuleUserList(CombinedRuleUserListInfo)

User lists defined by combining two rules. There are two operators: AND, where the left and right operands have to be true; AND_NOT where left operand is true but right operand is false.

Tuple Fields of CombinedRuleUserList

0: CombinedRuleUserListInfo
DateSpecificRuleUserList(DateSpecificRuleUserListInfo)

Visitors of a page during specific dates. The visiting periods are defined as follows: Between start_date (inclusive) and end_date (inclusive); Before end_date (exclusive) with start_date = 2000-01-01; After start_date (exclusive) with end_date = 2037-12-30.

Tuple Fields of DateSpecificRuleUserList

0: DateSpecificRuleUserListInfo
ExpressionRuleUserList(ExpressionRuleUserListInfo)

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

Tuple Fields of ExpressionRuleUserList

0: ExpressionRuleUserListInfo

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more