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
|
// Structures
|
||||||
pub struct Transaction {
|
pub struct Transaction {
|
||||||
description: String,
|
pub description: String,
|
||||||
date: String,
|
pub date: String,
|
||||||
amount: f64,
|
pub amount: f64,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Implementations
|
// Implementations
|
||||||
|
|
Loading…
Reference in a new issue