Struct mg_settings::Config [] [src]

pub struct Config {
    pub mapping_modes: Vec<String>,
}

The parsing configuration.

Fields

The available mapping modes for the map command.

Trait Implementations

impl Default for Config
[src]

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