derive clone and debug for SetRsxMessage

This commit is contained in:
Evan Almloff 2022-06-08 12:33:55 -05:00
parent e7cf382784
commit b480579169

View file

@ -137,7 +137,7 @@ pub trait ErrorHandler: Send + Sync {
fn handle_error(&self, err: Error); fn handle_error(&self, err: Error);
} }
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize, Clone, Debug)]
pub struct SetRsxMessage { pub struct SetRsxMessage {
pub location: CodeLocation, pub location: CodeLocation,
pub new_text: String, pub new_text: String,