make message clone

This commit is contained in:
2026-02-22 15:28:41 +01:00
parent a3dd850926
commit 3b23ca266a

View File

@@ -16,7 +16,7 @@ pub use message_type::*;
pub use ping::*; pub use ping::*;
pub use state::*; pub use state::*;
#[derive(Debug)] #[derive(Debug, Clone)]
pub enum Message { pub enum Message {
DeviceInfo(Box<DeviceInfo>), DeviceInfo(Box<DeviceInfo>),
State(State), State(State),