added eq and PartialEq support to serverState

This commit is contained in:
michael-bailey 2020-09-27 16:52:54 +01:00
parent e693d8fdda
commit f1838c1d23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ pub enum ServerMessages {
}
#[allow(dead_code)]
#[derive(Eq, PartialEq)]
pub enum ServerState {
starting,
started,