Struct reproto_server::config::Config [] [src]

pub struct Config {
    pub listen_address: String,
    pub objects: PathBuf,
    pub max_file_size: u64,
}

Fields

Address to listen to.

Objects path.

Max file size permitted during upload.

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Config
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config