Struct tdengine::GlobalConfig [] [src]

pub struct GlobalConfig {
    pub lua_macros: HashMap<String, String>,
    pub start_lua: String,
    pub db_info: HashMap<String, String>,
    pub telnet_addr: Option<String>,
    pub net_info: String,
}

Fields

Methods

impl GlobalConfig
[src]

Trait Implementations

impl Decodable for GlobalConfig
[src]

Deserialize a value using a Decoder.

impl Debug for GlobalConfig
[src]

Formats the value using the given formatter.