Enum zip_core::structs::MinimumFeatureVersion
source · 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 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.
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