agde_
tokio
0.1.0
Compression
Variants
None
Snappy
Zstd
Trait Implementations
Clone
Copy
Debug
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
From<T>
Into<U>
Same
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
tokio
agde_tokio
Enum
Compression
Copy item path
source
pub enum Compression { None = 0, Zstd = 1, Snappy = 2, }
Variants
§
§
None = 0
§
Zstd = 1
§
Snappy = 2
Trait Implementations
§
source
§
impl
Clone
for
Compression
source
§
fn
clone
(&self) ->
Compression
Returns a copy of the value.
Read more
1.0.0
·
source
§
fn
clone_from
(&mut self, source: &Self)
Performs copy-assignment from
source
.
Read more
source
§
impl
Debug
for