Implement Clone for EventType.

This commit is contained in:
Jimmy Cuadra 2016-07-08 03:23:31 -07:00
parent 070a6fe633
commit 0e5bd95189

View File

@ -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,