Struct tdengine::DbPool [] [src]

pub struct DbPool {
    pub db_mysql: HashMap<String, Vec<DbMysql>>,
    pub db_info: HashMap<String, String>,
    pub mutex: Mutex<i32>,
}

Fields

Methods

impl DbPool
[src]