Skip to content

Commit

Permalink
refactor: add derives to protocol messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jun 29, 2022
1 parent 5393295 commit be7f2a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/integration/ws/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
/// Client-initiated functionality
pub mod client {

/// Protocol messages, sent by the client
#[derive(Clone, Debug, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
pub enum Message {
/// Set a new access token.
///
Expand Down

0 comments on commit be7f2a7

Please sign in to comment.