Derivy Clone where Copy
This commit is contained in:
parent
a328b8ba2c
commit
0ab2b0a427
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Possible ZIP compression methods.
|
||||
|
||||
/// Compression methods for the contents of a ZIP file.
|
||||
#[derive(Copy, PartialEq)]
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
pub enum CompressionMethod
|
||||
{
|
||||
/// The file is stored (no compression)
|
||||
|
|
Loading…
Add table
Reference in a new issue