Enum bzip2::Action [] [src]

pub enum Action {
    Run,
    Flush,
    Finish,
}

Possible actions to take on compression.

Variants

Normal compression.

Request that the current compression block is terminate.

Request that the compression stream be finalized.

Trait Implementations

impl PartialEq for Action
[src]

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

This method tests for !=.

impl Eq for Action
[src]

impl Copy for Action
[src]

impl Debug for Action
[src]

Formats the value using the given formatter.

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more