Struct gapi_grpc::google::cloud::channel::v1::PriceTier[][src]

pub struct PriceTier {
    pub first_resource: i32,
    pub last_resource: i32,
    pub price: Option<Price>,
}

Defines price at resource tier level. For example, an offer with following definition :

Each of these tiers is represented as a PriceTier.

Fields

first_resource: i32

First resource for which the tier price applies.

last_resource: i32

Last resource for which the tier price applies.

price: Option<Price>

Price of the tier.

Trait Implementations

impl Clone for PriceTier[src]

impl Debug for PriceTier[src]

impl Default for PriceTier[src]

impl Message for PriceTier[src]

impl PartialEq<PriceTier> for PriceTier[src]

impl StructuralPartialEq for PriceTier[src]

Auto Trait Implementations

impl RefUnwindSafe for PriceTier

impl Send for PriceTier

impl Sync for PriceTier

impl Unpin for PriceTier

impl UnwindSafe for PriceTier

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]