More derives

This commit is contained in:
kozabrada123 2023-08-29 17:53:48 +02:00
parent cea362f506
commit 2cd48a948c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use crate::types::{Snowflake, WebSocketEvent}; use crate::types::{Snowflake, WebSocketEvent};
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize, Default, Clone)] #[derive(Debug, Deserialize, Serialize, Default, Clone, PartialEq, Eq)]
/// The identify payload for the webrtc stream; /// The identify payload for the webrtc stream;
/// Contains info to begin a webrtc connection; /// Contains info to begin a webrtc connection;
/// See https://discord.com/developers/docs/topics/voice-connections#establishing-a-voice-websocket-connection-example-voice-identify-payload; /// See https://discord.com/developers/docs/topics/voice-connections#establishing-a-voice-websocket-connection-example-voice-identify-payload;