Searched defs:DynamicMap (Results 1 – 1 of 1) sorted by relevance
85 pub(crate) struct DynamicMap { struct93 impl fmt::Debug for DynamicMap { argument99 impl DynamicMap { implementation100 pub fn new(key: RuntimeType, value: RuntimeType) -> DynamicMap { in new()139 impl ReflectMap for DynamicMap { implementation