Enum compress_manager::DirDecoder
source · pub enum DirDecoder {
Zip,
TarGzip,
ZipGzip,
TarZstd,
ZipZstd,
}Expand description
Represents the compression decoding algorithm for directory.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DirDecoder
impl Clone for DirDecoder
source§fn clone(&self) -> DirDecoder
fn clone(&self) -> DirDecoder
Returns a copy 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 moresource§impl Display for DirDecoder
impl Display for DirDecoder
ref. https://doc.rust-lang.org/std/string/trait.ToString.html ref. https://doc.rust-lang.org/std/fmt/trait.Display.html Use “Self.to_string()” to directly invoke this