Struct librsnek::runtime::config::Config [] [src]

pub struct Config<'a> {
    pub mode: Mode,
    pub arguments: Argv<'a>,
    pub debug_support: bool,
    pub thread_model: ThreadModel,
    pub logging: Logging,
}

Fields

Trait Implementations

impl<'a> Debug for Config<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Config<'a>
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl<'a> Hash for Config<'a>
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl<'a> Eq for Config<'a>
[src]

impl<'a> PartialEq for Config<'a>
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.