1 2 3 4 5
#[derive(Debug, Clone, PartialEq, PartialOrd)] pub struct DoubleAttribute { pub name: String, pub value: f64, }