Open
Description
Describe the Bug
I would like to use CloseEvent as part of one of my structs but CloseEvent does not come with several common traits such as partialEq or PartialOrd.
Expected Behavior
I would like for CloseEvent to derive the missing traits
Actual Behavior
Currently it does not
I will be submitting a pull request shortly adding the missing derives