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

pub struct TransferableSku {
    pub transfer_eligibility: Option<TransferEligibility>,
    pub sku: Option<Sku>,
    pub legacy_sku: Option<Sku>,
}

TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.

Fields

transfer_eligibility: Option<TransferEligibility>

Describes the transfer eligibility of a SKU.

sku: Option<Sku>

The SKU pertaining to the provisioning resource as specified in the Offer.

legacy_sku: Option<Sku>

Optional. The customer to transfer has an entitlement with the populated legacy SKU.

Trait Implementations

impl Clone for TransferableSku[src]

impl Debug for TransferableSku[src]

impl Default for TransferableSku[src]

impl Message for TransferableSku[src]

impl PartialEq<TransferableSku> for TransferableSku[src]

impl StructuralPartialEq for TransferableSku[src]

Auto Trait Implementations

impl RefUnwindSafe for TransferableSku

impl Send for TransferableSku

impl Sync for TransferableSku

impl Unpin for TransferableSku

impl UnwindSafe for TransferableSku

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]