From 82cccf356b84621a0a1c40562db252e03ee2f3c4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 28 Aug 2020 23:32:02 +0300 Subject: [PATCH] =?UTF-8?q?add=20Copy,=20Clone=E2=80=A6=20to=20FileFormat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- export/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/export/src/lib.rs b/export/src/lib.rs index 734da420..dbc71d6e 100644 --- a/export/src/lib.rs +++ b/export/src/lib.rs @@ -18,6 +18,7 @@ use std::io::{self, Write}; mod pdf; use pdf::Pdf; +#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] pub enum FileFormat { /// Scalable Vector Graphics SVG,