Struct body_image::barc::NoCompressStrategy[][src]

pub struct NoCompressStrategy {}

Strategy of no (aka Plain) compression.

Trait Implementations

impl Clone for NoCompressStrategy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoCompressStrategy
[src]

impl Debug for NoCompressStrategy
[src]

Formats the value using the given formatter. Read more

impl Default for NoCompressStrategy
[src]

Returns the "default value" for a type. Read more

impl CompressStrategy for NoCompressStrategy
[src]

Return an EncodeWrapper for File. This implementation always returns a Plain wrapper.

Auto Trait Implementations