Enum sequencefile::Codec [] [src]

pub enum Codec {
    Default,
    Gzip,
    Bzip2,
}

Compression codec

Variants

Deflate is default

Gzip, standard

Bzip2 compression

Trait Implementations

impl Debug for Codec
[src]

Formats the value using the given formatter.

impl PartialEq for Codec
[src]

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

This method tests for !=.

impl Copy for Codec
[src]

impl Clone for Codec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more