1 2 3 4 5 6 7 8 9
#[derive(Debug, Clone, PartialEq)] pub struct ParameterElement { pub name: String, } #[derive(Debug, Clone, PartialEq)] pub struct CoordinateElement { pub value: f64, }