From a726f9bd58ebff7451190ac9a520bdb97dc5ee91 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Mon, 27 Nov 2023 18:14:02 -0700 Subject: [PATCH] Add Clone, Debug for RoomStatusResult --- src/game/map.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/map.rs b/src/game/map.rs index e7a0acbb..167b0870 100644 --- a/src/game/map.rs +++ b/src/game/map.rs @@ -95,6 +95,7 @@ extern "C" { pub fn timestamp(this: &JsRoomStatusResult) -> Option; } +#[derive(Clone, Debug)] pub struct RoomStatusResult { status: RoomStatus, timestamp: Option,