This commit is contained in:
Vladislavs Golubs 2021-02-08 23:37:10 +03:00
parent ebd8f5ce22
commit e8a061e672

View File

@ -3,7 +3,7 @@ use std::collections::HashSet;
use std::fmt;
use std::fmt::Display;
#[derive(Debug)]
#[derive(Debug, Copy, Clone)]
pub enum State {
Handshake,
Status,