vector_config
0.1.0
Map
Aliased type
Trait Implementations
Mergeable
In vector_config::schema
Type Alias
vector_config
::
schema
::
Map
Copy item path
source
·
[
−
]
pub type Map<K, V> =
BTreeMap
<K, V>;
Aliased Type
§
struct Map<K, V> {
/* private fields */
}
Trait Implementations
§
source
§
impl<K, V>
Mergeable
for
Map
<K, V>
where K:
Clone
+
Eq
+
Ord
, V:
Clone
+
Mergeable
,
source
§
fn
merge
(&mut self, other:
&Self
)