mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
Status needs to impl Copy
for Signal
This commit is contained in:
parent
ca826de5de
commit
245bb7962e
@ -23,7 +23,7 @@ use smol::channel::{Receiver, Sender};
|
||||
use futures_signals::signal::*;
|
||||
|
||||
/// Status of a Machine
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug, Serialize, Deserialize)]
|
||||
pub enum Status {
|
||||
/// Not currently used by anybody
|
||||
Free,
|
||||
|
Loading…
Reference in New Issue
Block a user