pub struct SaveMonthCategory {
pub budgeted: i64,
}Expand description
The month category to update. Only budgeted (assigned) can be changed.
Fields§
§budgeted: i64Trait Implementations§
Source§impl Debug for SaveMonthCategory
impl Debug for SaveMonthCategory
Auto Trait Implementations§
impl Freeze for SaveMonthCategory
impl RefUnwindSafe for SaveMonthCategory
impl Send for SaveMonthCategory
impl Sync for SaveMonthCategory
impl Unpin for SaveMonthCategory
impl UnsafeUnpin for SaveMonthCategory
impl UnwindSafe for SaveMonthCategory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more