generated from OBJNULL/Dockerized-Rust
Made feilds public
This commit is contained in:
parent
8c18164dbd
commit
2150cb7f7a
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
// Structures
|
||||
pub struct Transaction {
|
||||
description: String,
|
||||
date: String,
|
||||
amount: f64,
|
||||
pub description: String,
|
||||
pub date: String,
|
||||
pub amount: f64,
|
||||
}
|
||||
|
||||
// Implementations
|
||||
|
|
Loading…
Reference in a new issue