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

pub struct TransferEligibility {
    pub is_eligible: bool,
    pub description: String,
    pub ineligibility_reason: i32,
}

Specifies transfer eligibility of a SKU.

Fields

is_eligible: bool

Whether reseller is eligible to transfer the SKU.

description: String

Localized description if reseller is not eligible to transfer the SKU.

ineligibility_reason: i32

Specified the reason for ineligibility.

Implementations

impl TransferEligibility[src]

pub fn ineligibility_reason(&self) -> Reason[src]

Returns the enum value of ineligibility_reason, or the default if the field is set to an invalid enum value.

pub fn set_ineligibility_reason(&mut self, value: Reason)[src]

Sets ineligibility_reason to the provided enum value.

Trait Implementations

impl Clone for TransferEligibility[src]

impl Debug for TransferEligibility[src]

impl Default for TransferEligibility[src]

impl Message for TransferEligibility[src]

impl PartialEq<TransferEligibility> for TransferEligibility[src]

impl StructuralPartialEq for TransferEligibility[src]

Auto Trait Implementations

impl RefUnwindSafe for TransferEligibility

impl Send for TransferEligibility

impl Sync for TransferEligibility

impl Unpin for TransferEligibility

impl UnwindSafe for TransferEligibility

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]