Enum compression::prelude::BZip2Error [] [src]

pub enum BZip2Error {
    DataError,
    DataErrorMagicFirst,
    DataErrorMagic,
    UnexpectedEof,
    Unexpected,
}

Variants

Trait Implementations

impl Debug for BZip2Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BZip2Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BZip2Error
[src]

impl PartialEq for BZip2Error
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for BZip2Error
[src]

impl Display for BZip2Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BZip2Error
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl From<BZip2Error> for CompressionError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BZip2Error

impl Sync for BZip2Error