Struct gapi_grpc::google::cloud::talent::v4::compensation_info::CompensationRange[][src]

pub struct CompensationRange {
    pub max_compensation: Option<Money>,
    pub min_compensation: Option<Money>,
}

Compensation range.

Fields

max_compensation: Option<Money>

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the [currency code][google.type.Money.currency_code] of min_compensation.

min_compensation: Option<Money>

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the [currency code][google.type.Money.currency_code] of max_compensation.

Trait Implementations

impl Clone for CompensationRange[src]

impl Debug for CompensationRange[src]

impl Default for CompensationRange[src]

impl Message for CompensationRange[src]

impl PartialEq<CompensationRange> for CompensationRange[src]

impl StructuralPartialEq for CompensationRange[src]

Auto Trait Implementations

impl RefUnwindSafe for CompensationRange

impl Send for CompensationRange

impl Sync for CompensationRange

impl Unpin for CompensationRange

impl UnwindSafe for CompensationRange

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]