[][src]Struct ynab_api::models::budget_summary::BudgetSummary

pub struct BudgetSummary {
    pub id: String,
    pub name: String,
    pub last_modified_on: Option<String>,
    pub first_month: Option<String>,
    pub last_month: Option<String>,
    pub date_format: Option<DateFormat>,
    pub currency_format: Option<CurrencyFormat>,
}

Fields

id: Stringname: Stringlast_modified_on: Option<String>

The last time any changes were made to the budget from either a web or mobile client

first_month: Option<String>

The earliest budget month

last_month: Option<String>

The latest budget month

date_format: Option<DateFormat>currency_format: Option<CurrencyFormat>

Methods

impl BudgetSummary[src]

pub fn new(id: String, name: String) -> BudgetSummary[src]

Trait Implementations

impl PartialEq<BudgetSummary> for BudgetSummary[src]

impl Debug for BudgetSummary[src]

impl StructuralPartialEq for BudgetSummary[src]

impl Serialize for BudgetSummary[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err