[−][src]Enum async_compression::Level
pub enum Level { Fastest, Best, Default, Precise(u32), }
Level of compression data should be compressed with.
Variants (Non-exhaustive)
Fastest quality of compression, usually produces bigger size.
Best quality of compression, usually produces the smallest size.
Default quality of compression defined by the selected compression algorithm.
Precise(u32)
Precise quality based on the underlying compression algorithms' qualities. The interpretation of this depends on the algorithm chosen and the specific implementation backing it. Qualities are implicitly clamped to the algorithm's maximum.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,