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