aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/month_detail_all_of.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/month_detail_all_of.rs')
-rw-r--r--src/models/month_detail_all_of.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models/month_detail_all_of.rs b/src/models/month_detail_all_of.rs
index a805bba..2d816a8 100644
--- a/src/models/month_detail_all_of.rs
+++ b/src/models/month_detail_all_of.rs
@@ -10,6 +10,7 @@
+
#[derive(Debug, PartialEq, Serialize, Deserialize)]
pub struct MonthDetailAllOf {
/// The budget month categories. Amounts (budgeted, activity, balance, etc.) are specific to the {month} parameter specified.
@@ -20,7 +21,7 @@ pub struct MonthDetailAllOf {
impl MonthDetailAllOf {
pub fn new(categories: Vec<crate::models::Category>) -> MonthDetailAllOf {
MonthDetailAllOf {
- categories: categories,
+ categories,
}
}
}