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]

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

impl Debug for TrialMinutes
[src]

Formats the value using the given formatter. Read more

impl Clone for TrialMinutes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TrialMinutes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations