1
2
3
4
#[derive(Debug, Default, Clone, PartialEq, PartialOrd)]
pub struct Uptime {
    pub seconds: f64,
}