mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
don't need serialize
This commit is contained in:
parent
cc452dd8c2
commit
7d9b03e3f5
@ -67,7 +67,7 @@ pub struct PortTest {
|
||||
}
|
||||
impl RpcResponseArgument for PortTest {}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Serialize_repr, Deserialize_repr)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Deserialize_repr)]
|
||||
#[repr(u8)]
|
||||
pub enum TorrentStatus {
|
||||
Stopped = 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user