Enum debian_packaging::deb::DebCompression [−][src]
Expand description
Compression format to apply to .deb files.
Variants
Uncompressed
Do not compress contents of .deb files.
Gzip
Compress as .gz files.
Xz(u32)
Tuple Fields
0: u32Compress as .xz files using a specified compression level.
Zstandard(i32)
Tuple Fields
0: i32Compress as .zst files using a specified compression level.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebCompression
impl Send for DebCompression
impl Sync for DebCompression
impl Unpin for DebCompression
impl UnwindSafe for DebCompression
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
