Struct google_reseller1_sandbox::api::SubscriptionTrialSettings[][src]

pub struct SubscriptionTrialSettings {
    pub is_in_trial: Option<bool>,
    pub trial_end_time: Option<String>,
}

Trial Settings of the subscription.

This type is not used in any activity, and only used as part of another schema.

Fields

is_in_trial: Option<bool>

Whether the subscription is in trial.

trial_end_time: Option<String>

End time of the trial in milliseconds since Unix epoch.

Trait Implementations

impl Clone for SubscriptionTrialSettings[src]

impl Debug for SubscriptionTrialSettings[src]

impl Default for SubscriptionTrialSettings[src]

impl<'de> Deserialize<'de> for SubscriptionTrialSettings[src]

impl NestedType for SubscriptionTrialSettings[src]

impl Part for SubscriptionTrialSettings[src]

impl Serialize for SubscriptionTrialSettings[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.