diff --git a/proxmox-http/src/websocket/mod.rs b/proxmox-http/src/websocket/mod.rs index 93341788..2efc06ae 100644 --- a/proxmox-http/src/websocket/mod.rs +++ b/proxmox-http/src/websocket/mod.rs @@ -315,7 +315,7 @@ impl AsyncWrite for WebSocketWriter { } } -#[derive(Debug, PartialEq)] +#[derive(Debug, Eq, PartialEq)] /// Represents the header of a websocket Frame pub struct FrameHeader { /// True if the frame is either non-fragmented, or the last fragment