pub enum CompressionFormat {
Gzip,
Xz,
Zstd,
}
Variants§
Trait Implementations§
Source§impl Clone for CompressionFormat
impl Clone for CompressionFormat
Source§fn clone(&self) -> CompressionFormat
fn clone(&self) -> CompressionFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CompressionFormat
impl Debug for CompressionFormat
impl Copy for CompressionFormat
Auto Trait Implementations§
impl Freeze for CompressionFormat
impl RefUnwindSafe for CompressionFormat
impl Send for CompressionFormat
impl Sync for CompressionFormat
impl Unpin for CompressionFormat
impl UnwindSafe for CompressionFormat
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