Struct rusoto_devicefarm::MonetaryAmount [] [src]

pub struct MonetaryAmount {
    pub amount: Option<f64>,
    pub currency_code: Option<String>,
}

A number representing the monetary amount for an offering or transaction.

Fields

The numerical amount of an offering or transaction.

The currency code of a monetary amount. For example, USD means "U.S. dollars."

Trait Implementations

impl Default for MonetaryAmount
[src]

[src]

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

impl Debug for MonetaryAmount
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MonetaryAmount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations