[−][src]Struct ynab_api::models::MonthSummary
Fields
month: Stringnote: Option<String>income: i64The total amount in transactions categorized to 'Inflow: To be Budgeted' in the month
budgeted: i64The total amount budgeted in the month
activity: i64The total amount in transactions in the month, excluding those categorized to 'Inflow: To be Budgeted'
to_be_budgeted: i64The available amount for 'To be Budgeted'
age_of_money: Option<i32>The Age of Money as of the month
deleted: boolWhether or not the month has been deleted. Deleted months will only be included in delta requests.
Methods
impl MonthSummary[src]
pub fn new(
month: String,
income: i64,
budgeted: i64,
activity: i64,
to_be_budgeted: i64,
deleted: bool
) -> MonthSummary[src]
month: String,
income: i64,
budgeted: i64,
activity: i64,
to_be_budgeted: i64,
deleted: bool
) -> MonthSummary
Trait Implementations
impl PartialEq<MonthSummary> for MonthSummary[src]
fn eq(&self, other: &MonthSummary) -> bool[src]
fn ne(&self, other: &MonthSummary) -> bool[src]
impl Debug for MonthSummary[src]
impl Serialize for MonthSummary[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for MonthSummary[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for MonthSummary
impl Unpin for MonthSummary
impl Sync for MonthSummary
impl UnwindSafe for MonthSummary
impl RefUnwindSafe for MonthSummary
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,