Enum protocol::wire::middleware::compression::Algorithm [] [src]

pub enum Algorithm {
    Zlib,
}

Defines a compression algorithm.

Variants

Trait Implementations

impl Copy for Algorithm
[src]

impl Clone for Algorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Algorithm
[src]

Formats the value using the given formatter.