refactor: Impl Copy where able to

This commit is contained in:
Jack Wills
2022-10-01 19:57:27 +00:00
parent 15597dbe69
commit e76878f424
14 changed files with 138 additions and 118 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::fmt;
/// app errors to set in global state
#[allow(unused)]
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub enum AppError {
DockerConnect,
DockerInterval,