pub enum MinimumFeatureVersion {
Show 23 variants
Default,
VolumeLabel,
Folder,
CompressedUsingDeflate,
EncryptedUsingPkWare,
CompressedUsingDeflate64,
CompressedUsingPkwareDclImplode,
PatchDataSet,
UsesZip64FormatExtentions,
CompressedUsingBzip2,
EncryptedUsingDes,
EncryptedUsing3Des,
EncryptedUsingOriginalRc2,
EncryptedUsingRc4,
EncryptedUsingAes,
EncryptedUsingCorrectedRc2,
EncryptedUsingCorrectedRc2_64,
EncryptedUsingNonOaepKeyWrapping,
CentralDirectoryEncryption,
CompressedUsingLzma,
CompressedUsingPpmd,
EncryptedUsingBlowfish,
EncryptedUsingTwofish,
}
Expand description
see 4.4.3.2
Variants§
Default
VolumeLabel
Folder
CompressedUsingDeflate
EncryptedUsingPkWare
CompressedUsingDeflate64
CompressedUsingPkwareDclImplode
PatchDataSet
UsesZip64FormatExtentions
CompressedUsingBzip2
EncryptedUsingDes
EncryptedUsing3Des
EncryptedUsingOriginalRc2
EncryptedUsingRc4
EncryptedUsingAes
EncryptedUsingCorrectedRc2
EncryptedUsingCorrectedRc2_64
EncryptedUsingNonOaepKeyWrapping
CentralDirectoryEncryption
CompressedUsingLzma
CompressedUsingPpmd
EncryptedUsingBlowfish
EncryptedUsingTwofish
Trait Implementations§
Source§impl Clone for MinimumFeatureVersion
impl Clone for MinimumFeatureVersion
Source§fn clone(&self) -> MinimumFeatureVersion
fn clone(&self) -> MinimumFeatureVersion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MinimumFeatureVersion
impl Debug for MinimumFeatureVersion
Source§impl From<MinimumFeatureVersion> for ZipVersion
impl From<MinimumFeatureVersion> for ZipVersion
Source§fn from(value: MinimumFeatureVersion) -> Self
fn from(value: MinimumFeatureVersion) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MinimumFeatureVersion
impl PartialEq for MinimumFeatureVersion
impl StructuralPartialEq for MinimumFeatureVersion
Auto Trait Implementations§
impl Freeze for MinimumFeatureVersion
impl RefUnwindSafe for MinimumFeatureVersion
impl Send for MinimumFeatureVersion
impl Sync for MinimumFeatureVersion
impl Unpin for MinimumFeatureVersion
impl UnwindSafe for MinimumFeatureVersion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more