Enum googapis::google::ads::googleads::v7::enums::reach_plan_age_range_enum::ReachPlanAgeRange[][src]

#[repr(i32)]
pub enum ReachPlanAgeRange {
Show 28 variants Unspecified, Unknown, AgeRange1824, AgeRange1834, AgeRange1844, AgeRange1849, AgeRange1854, AgeRange1864, AgeRange1865Up, AgeRange2134, AgeRange2534, AgeRange2544, AgeRange2549, AgeRange2554, AgeRange2564, AgeRange2565Up, AgeRange3544, AgeRange3549, AgeRange3554, AgeRange3564, AgeRange3565Up, AgeRange4554, AgeRange4564, AgeRange4565Up, AgeRange5065Up, AgeRange5564, AgeRange5565Up, AgeRange65Up,
}
Expand description

Possible plannable age range values.

Variants

Unspecified

Not specified.

Unknown

The value is unknown in this version.

AgeRange1824

Between 18 and 24 years old.

AgeRange1834

Between 18 and 34 years old.

AgeRange1844

Between 18 and 44 years old.

AgeRange1849

Between 18 and 49 years old.

AgeRange1854

Between 18 and 54 years old.

AgeRange1864

Between 18 and 64 years old.

AgeRange1865Up

Between 18 and 65+ years old.

AgeRange2134

Between 21 and 34 years old.

AgeRange2534

Between 25 and 34 years old.

AgeRange2544

Between 25 and 44 years old.

AgeRange2549

Between 25 and 49 years old.

AgeRange2554

Between 25 and 54 years old.

AgeRange2564

Between 25 and 64 years old.

AgeRange2565Up

Between 25 and 65+ years old.

AgeRange3544

Between 35 and 44 years old.

AgeRange3549

Between 35 and 49 years old.

AgeRange3554

Between 35 and 54 years old.

AgeRange3564

Between 35 and 64 years old.

AgeRange3565Up

Between 35 and 65+ years old.

AgeRange4554

Between 45 and 54 years old.

AgeRange4564

Between 45 and 64 years old.

AgeRange4565Up

Between 45 and 65+ years old.

AgeRange5065Up

Between 50 and 65+ years old.

AgeRange5564

Between 55 and 64 years old.

AgeRange5565Up

Between 55 and 65+ years old.

AgeRange65Up

65 years old and beyond.

Implementations

Returns true if value is a variant of ReachPlanAgeRange.

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

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

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

Compare self to key and return true if they are equal.

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