pub enum CompressionAlg {
None,
Gzip,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<CompressionAlg> for CompressionAlg
impl PartialEq<CompressionAlg> for CompressionAlg
source§fn eq(&self, other: &CompressionAlg) -> bool
fn eq(&self, other: &CompressionAlg) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CompressionAlg
Auto Trait Implementations§
impl RefUnwindSafe for CompressionAlg
impl Send for CompressionAlg
impl Sync for CompressionAlg
impl Unpin for CompressionAlg
impl UnwindSafe for CompressionAlg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more