Struct xcompress::Config[][src]

pub struct Config {
    pub paths: ExePaths,
    pub quiet: bool,
    pub single_thread: bool,
    pub password: String,
    pub mode: Mode,
}

Fields

Methods

impl Config
[src]

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config