Implement common Std traits on many types (#3796)

This commit is contained in:
daxpedda
2024-08-08 00:46:28 +02:00
committed by GitHub
parent 9dff801f93
commit 1168cd4113
28 changed files with 167 additions and 103 deletions

View File

@@ -711,7 +711,7 @@ impl rwh_06::HasDisplayHandle for ActiveEventLoop {
}
}
#[derive(Clone)]
#[derive(Clone, PartialEq, Eq)]
pub(crate) struct OwnedDisplayHandle;
impl OwnedDisplayHandle {