pub enum ZipMethod {
}
Variants§
Stored
Shrunk
Reduced(u8)
Imploded
Tokenizing
Deflated
EnhancedDeflated
PKWareDCLImploded
Reserved(u8)
Bzip2
Lzma
Cmpsc
Terse
Lz77
Deprecated
Zstd
Mp3
Xz
Jpeg
WavPack
Ppmd
Aes
Unsupported
Trait Implementations§
impl Copy for ZipMethod
impl Eq for ZipMethod
impl StructuralPartialEq for ZipMethod
Auto Trait Implementations§
impl Freeze for ZipMethod
impl RefUnwindSafe for ZipMethod
impl Send for ZipMethod
impl Sync for ZipMethod
impl Unpin for ZipMethod
impl UnwindSafe for ZipMethod
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