add Copy, Clone… to FileFormat

This commit is contained in:
Sebastian 2020-08-28 23:32:02 +03:00 committed by GitHub
parent fed372229a
commit 82cccf356b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ use std::io::{self, Write};
mod pdf; mod pdf;
use pdf::Pdf; use pdf::Pdf;
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub enum FileFormat { pub enum FileFormat {
/// Scalable Vector Graphics /// Scalable Vector Graphics
SVG, SVG,