#[derive(Debug)] struct Car { company: String, model: String, cost: i32 } fn main() { let car1 = Car {