fix(plugins): derive hash and ord for PaneId

This commit is contained in:
Aram Drevekenin 2024-11-19 09:13:11 +01:00
parent eafabbaf2a
commit 3ef203a133

View File

@ -1503,7 +1503,7 @@ pub struct NewPluginArgs {
pub skip_cache: bool,
}
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub enum PaneId {
Terminal(u32),
Plugin(u32),