Struct rusoto_devicefarm::TrialMinutes [] [src]

pub struct TrialMinutes {
    pub remaining: Option<f64>,
    pub total: Option<f64>,
}

Represents information about free trial device minutes for an AWS account.

Fields

The number of free trial minutes remaining in the account.

The total number of free trial minutes that the account started with.

Trait Implementations

impl Default for TrialMinutes
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for TrialMinutes
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TrialMinutes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TrialMinutes

impl Sync for TrialMinutes