Enum ezlog::CompressLevel
source · pub enum CompressLevel {
Fast,
Default,
Best,
}Expand description
Compress level
can be define as one of the following: FAST, DEFAULT, BEST
Variants
Trait Implementations
sourceimpl Clone for CompressLevel
impl Clone for CompressLevel
sourcefn clone(&self) -> CompressLevel
fn clone(&self) -> CompressLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CompressLevel
impl Debug for CompressLevel
sourceimpl From<CompressLevel> for u8
impl From<CompressLevel> for u8
sourcefn from(orig: CompressLevel) -> Self
fn from(orig: CompressLevel) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for CompressLevel
impl From<u8> for CompressLevel
sourceimpl Hash for CompressLevel
impl Hash for CompressLevel
sourceimpl PartialEq<CompressLevel> for CompressLevel
impl PartialEq<CompressLevel> for CompressLevel
sourcefn eq(&self, other: &CompressLevel) -> bool
fn eq(&self, other: &CompressLevel) -> bool
impl Eq for CompressLevel
impl StructuralEq for CompressLevel
impl StructuralPartialEq for CompressLevel
Auto Trait Implementations
impl RefUnwindSafe for CompressLevel
impl Send for CompressLevel
impl Sync for CompressLevel
impl Unpin for CompressLevel
impl UnwindSafe for CompressLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more