Struct rusoto_budgets::CalculatedSpend [] [src]

pub struct CalculatedSpend {
    pub actual_spend: Spend,
    pub forecasted_spend: Option<Spend>,
}

A structure holds the actual and forecasted spend for a budget.

Fields

Trait Implementations

impl Default for CalculatedSpend
[src]

[src]

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

impl Debug for CalculatedSpend
[src]

[src]

Formats the value using the given formatter.

impl Clone for CalculatedSpend
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more