[][src]Enum axfive_libzip::error::Zip

pub enum Zip {
    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

impl Clone for Zip[src]

impl Copy for Zip[src]

impl Debug for Zip[src]

impl Eq for Zip[src]

impl Hash for Zip[src]

impl Ord for Zip[src]

impl PartialEq<Zip> for Zip[src]

impl PartialOrd<Zip> for Zip[src]

impl StructuralEq for Zip[src]

impl StructuralPartialEq for Zip[src]

Auto Trait Implementations

impl RefUnwindSafe for Zip

impl Send for Zip

impl Sync for Zip

impl Unpin for Zip

impl UnwindSafe for Zip

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.