#[derive(PartialEq, Clone, Debug)] pub struct PriceResult { pub name: String, pub product: String, pub price: f64 }