pub enum Zip {
Show 32 variants
Changed,
Close,
CompressionNotSupported,
CompressedDataInvalid,
Crc,
Deleted,
EncryptionNotSupported,
Eof,
Exists,
Inconsistent,
Internal,
InUse,
InvalidArgument,
Memory,
Multidisk,
NoSuchFile,
NoPassword,
NotZip,
Open,
OperationNotSupported,
ReadOnly,
Read,
Remove,
Rename,
Seek,
Tell,
TempFile,
Write,
WrongPassword,
ZipClosed,
Zlib,
Unknown,
}
Variants§
Changed
Close
CompressionNotSupported
CompressedDataInvalid
Crc
Deleted
EncryptionNotSupported
Eof
Exists
Inconsistent
Internal
InUse
InvalidArgument
Memory
Multidisk
NoSuchFile
NoPassword
NotZip
Open
OperationNotSupported
ReadOnly
Read
Remove
Rename
Seek
Tell
TempFile
Write
WrongPassword
ZipClosed
Zlib
Unknown
Trait Implementations§
Source§impl Ord for Zip
impl Ord for Zip
Source§impl PartialOrd for Zip
impl PartialOrd for Zip
impl Copy for Zip
impl Eq for Zip
impl StructuralPartialEq for Zip
Auto Trait Implementations§
impl Freeze for Zip
impl RefUnwindSafe for Zip
impl Send for Zip
impl Sync for Zip
impl Unpin for Zip
impl UnwindSafe for Zip
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