Enum gapi_grpc::google::ads::googleads::v7::enums::hotel_price_bucket_enum::HotelPriceBucket[][src]

#[repr(i32)]pub enum HotelPriceBucket {
    Unspecified,
    Unknown,
    LowestUnique,
    LowestTied,
    NotLowest,
    OnlyPartnerShown,
}

Enum describing possible hotel price buckets.

Variants

Unspecified

Not specified.

Unknown

The value is unknown in this version.

LowestUnique

Uniquely lowest price. Partner has the lowest price, and no other partners are within a small variance of that price.

LowestTied

Tied for lowest price. Partner is within a small variance of the lowest price.

NotLowest

Not lowest price. Partner is not within a small variance of the lowest price.

OnlyPartnerShown

Partner was the only one shown.

Implementations

impl HotelPriceBucket[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of HotelPriceBucket.

pub fn from_i32(value: i32) -> Option<HotelPriceBucket>[src]

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

Trait Implementations

impl Clone for HotelPriceBucket[src]

impl Copy for HotelPriceBucket[src]

impl Debug for HotelPriceBucket[src]

impl Default for HotelPriceBucket[src]

impl Eq for HotelPriceBucket[src]

impl From<HotelPriceBucket> for i32[src]

impl Hash for HotelPriceBucket[src]

impl Ord for HotelPriceBucket[src]

impl PartialEq<HotelPriceBucket> for HotelPriceBucket[src]

impl PartialOrd<HotelPriceBucket> for HotelPriceBucket[src]

impl StructuralEq for HotelPriceBucket[src]

impl StructuralPartialEq for HotelPriceBucket[src]

Auto Trait Implementations

impl RefUnwindSafe for HotelPriceBucket

impl Send for HotelPriceBucket

impl Sync for HotelPriceBucket

impl Unpin for HotelPriceBucket

impl UnwindSafe for HotelPriceBucket

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]