Struct mg_settings::Config [] [src]

pub struct Config {
    pub application_commands: Vec<&'static str>,
    pub mapping_modes: Vec<&'static str>,
}

The parsing configuration.

Fields

The application library commands.

The available mapping modes for the map command.

Trait Implementations

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