1 2 3 4 5 6 7
#[derive(Clone)] pub struct LogMap { pub operation: String, pub amount: f64, pub date: String, }