Enum googapis::google::ads::googleads::v7::enums::conversion_lag_bucket_enum::ConversionLagBucket[][src]

#[repr(i32)]
pub enum ConversionLagBucket {
Show 21 variants Unspecified, Unknown, LessThanOneDay, OneToTwoDays, TwoToThreeDays, ThreeToFourDays, FourToFiveDays, FiveToSixDays, SixToSevenDays, SevenToEightDays, EightToNineDays, NineToTenDays, TenToElevenDays, ElevenToTwelveDays, TwelveToThirteenDays, ThirteenToFourteenDays, FourteenToTwentyOneDays, TwentyOneToThirtyDays, ThirtyToFortyFiveDays, FortyFiveToSixtyDays, SixtyToNinetyDays,
}
Expand description

Enum representing the number of days between impression and conversion.

Variants

Unspecified

Not specified.

Unknown

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

LessThanOneDay

Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.

OneToTwoDays

Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.

TwoToThreeDays

Conversion lag bucket from 2 to 3 days. 2 days is included, 3 days is not.

ThreeToFourDays

Conversion lag bucket from 3 to 4 days. 3 days is included, 4 days is not.

FourToFiveDays

Conversion lag bucket from 4 to 5 days. 4 days is included, 5 days is not.

FiveToSixDays

Conversion lag bucket from 5 to 6 days. 5 days is included, 6 days is not.

SixToSevenDays

Conversion lag bucket from 6 to 7 days. 6 days is included, 7 days is not.

SevenToEightDays

Conversion lag bucket from 7 to 8 days. 7 days is included, 8 days is not.

EightToNineDays

Conversion lag bucket from 8 to 9 days. 8 days is included, 9 days is not.

NineToTenDays

Conversion lag bucket from 9 to 10 days. 9 days is included, 10 days is not.

TenToElevenDays

Conversion lag bucket from 10 to 11 days. 10 days is included, 11 days is not.

ElevenToTwelveDays

Conversion lag bucket from 11 to 12 days. 11 days is included, 12 days is not.

TwelveToThirteenDays

Conversion lag bucket from 12 to 13 days. 12 days is included, 13 days is not.

ThirteenToFourteenDays

Conversion lag bucket from 13 to 14 days. 13 days is included, 14 days is not.

FourteenToTwentyOneDays

Conversion lag bucket from 14 to 21 days. 14 days is included, 21 days is not.

TwentyOneToThirtyDays

Conversion lag bucket from 21 to 30 days. 21 days is included, 30 days is not.

ThirtyToFortyFiveDays

Conversion lag bucket from 30 to 45 days. 30 days is included, 45 days is not.

FortyFiveToSixtyDays

Conversion lag bucket from 45 to 60 days. 45 days is included, 60 days is not.

SixtyToNinetyDays

Conversion lag bucket from 60 to 90 days. 60 days is included, 90 days is not.

Implementations

Returns true if value is a variant of ConversionLagBucket.

Converts an i32 to a ConversionLagBucket, 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