Struct badtouch::config::RuntimeConfig[][src]

pub struct RuntimeConfig {
    pub user_agent: Option<String>,
    pub rlimit_nofile: Option<rlim_t>,
}

Fields

Trait Implementations

impl Debug for RuntimeConfig
[src]

Formats the value using the given formatter. Read more

impl Default for RuntimeConfig
[src]

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

impl PartialEq for RuntimeConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations