Searched refs:hashmap_to_string (Results 1 – 4 of 4) sorted by relevance
24 use crate::utils::hashmap_to_string;149 extras: hashmap_to_string(&self.extras), in build_info_set()
28 use crate::utils::hashmap_to_string;225 headers: hashmap_to_string(&self.headers), in build_config_set()226 extras: hashmap_to_string(&self.extras), in build_config_set()
37 use crate::utils::{get_current_timestamp, hashmap_to_string};250 hashmap_to_string(&config.headers), in insert_task()251 hashmap_to_string(&config.extras), in insert_task()277 let extras = hashmap_to_string(&update_info.progress.extras); in update_task()310 …update_info.progress.sizes, update_info.progress.processed, hashmap_to_string(&update_info.progres… in update_task()
67 pub(crate) fn hashmap_to_string(map: &HashMap<String, String>) -> String { in hashmap_to_string() function