Enum brotli::enc::encode::BrotliEncoderOperation [] [src]

pub enum BrotliEncoderOperation {
    BROTLI_OPERATION_PROCESS,
    BROTLI_OPERATION_FLUSH,
    BROTLI_OPERATION_FINISH,
    BROTLI_OPERATION_EMIT_METADATA,
}

Variants

Trait Implementations

impl PartialEq for BrotliEncoderOperation
[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 BrotliEncoderOperation
[src]

impl Copy for BrotliEncoderOperation
[src]

impl Clone for BrotliEncoderOperation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations