Minor tweaks on derives

This commit is contained in:
Luke D. Jones
2022-07-24 09:28:00 +12:00
parent 10eaaac54b
commit 526626b80c

View File

@@ -38,7 +38,7 @@ pub fn find_fan_curve_node() -> Result<Option<Device>, ProfileError> {
}
#[cfg_attr(feature = "dbus", derive(Type))]
#[derive(Deserialize, Serialize, Debug, PartialEq, Clone, Copy)]
#[derive(Deserialize, Serialize, Debug, PartialEq, Eq, PartialOrd, Ord, Clone, Copy)]
pub enum Profile {
Balanced,
Performance,