events: Remove PartialEq impl for SessionDescription

This commit is contained in:
Jonas Platte 2022-05-23 18:28:34 +02:00
parent b1cb6cd4c0
commit 0a47a2d915
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Breaking changes:
* Add `user_id` field to `PushConditionRoomCtx`
* Remove `PartialEq` implementation on `NotificationPowerLevels`
* Remove `PartialEq` implementation for `events::call::SessionDescription`
Improvements:

View File

@ -12,7 +12,7 @@ pub mod hangup;
pub mod invite;
/// A VoIP session description.
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
#[derive(Clone, Debug, Deserialize, Serialize)]
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
pub struct SessionDescription {
/// The type of session description.