[][src]Struct xcompress::ExePaths

pub struct ExePaths {
    pub compress_path: String,
    pub zip_path: String,
    pub unzip_path: String,
    pub gzip_path: String,
    pub gunzip_path: String,
    pub pigz_path: String,
    pub bzip2_path: String,
    pub bunzip2_path: String,
    pub lbzip2_path: String,
    pub pbzip2_path: String,
    pub lzip_path: String,
    pub lunzip_path: String,
    pub plzip_path: String,
    pub xz_path: String,
    pub unxz_path: String,
    pub pxz_path: String,
    pub lzma_path: String,
    pub unlzma_path: String,
    pub p7z_path: String,
    pub tar_path: String,
    pub rar_path: String,
    pub unrar_path: String,
    pub zstd_path: String,
    pub unzstd_path: String,
    pub pzstd_path: String,
}

Fields

compress_path: Stringzip_path: Stringunzip_path: Stringgzip_path: Stringgunzip_path: Stringpigz_path: Stringbzip2_path: Stringbunzip2_path: Stringlbzip2_path: Stringpbzip2_path: Stringlzip_path: Stringlunzip_path: Stringplzip_path: Stringxz_path: Stringunxz_path: Stringpxz_path: Stringlzma_path: Stringunlzma_path: Stringp7z_path: Stringtar_path: Stringrar_path: Stringunrar_path: Stringzstd_path: Stringunzstd_path: Stringpzstd_path: String

Methods

impl ExePaths[src]

Trait Implementations

impl Debug for ExePaths[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]