Struct finchers_runtime::server::Config [] [src]

pub struct Config { /* fields omitted */ }

A set of configurations used by the runtime.

Methods

impl Config
[src]

[src]

Create an instance of "Config" from the environment.

[src]

[src]

[src]

Create an instance of "Logger" from the current configuration.

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