Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 36493f5

Browse files
Added PartialEq and Eq for Supported (#135)
Closes #134
1 parent 1a03c5c commit 36493f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ pub enum SpeakerArrangementType {
252252

253253
/// Used to specify whether functionality is supported.
254254
#[allow(missing_docs)]
255+
#[derive(PartialEq, Eq)]
255256
pub enum Supported {
256257
Yes,
257258
Maybe,

0 commit comments

Comments
 (0)