fix(plugins): derive hash and ord for PaneId (#3790)
This commit is contained in:
parent
d0a38e8f48
commit
0d4b00c4d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1503,7 +1503,7 @@ pub struct NewPluginArgs {
|
||||||
pub skip_cache: bool,
|
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 {
|
pub enum PaneId {
|
||||||
Terminal(u32),
|
Terminal(u32),
|
||||||
Plugin(u32),
|
Plugin(u32),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue