mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http_protocol: derive Copy for AnnounceEvent
This commit is contained in:
parent
088daa72ff
commit
d4a89ee808
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pub struct InfoHash(
|
|||
pub [u8; 20],
|
||||
);
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum AnnounceEvent {
|
||||
Started,
|
||||
Stopped,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue