Implement Clone for EventType.
This commit is contained in:
parent
070a6fe633
commit
0e5bd95189
@ -22,7 +22,7 @@ pub mod tag;
|
||||
pub mod typing;
|
||||
|
||||
/// The type of an event.
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub enum EventType {
|
||||
/// m.call.answer
|
||||
CallAnswer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user