indexmap
2.5.0
Sealed
Implementors
In indexmap::map::mutable::private
Trait
indexmap
::
map
::
mutable
::
private
::
Sealed
Copy item path
source
·
[
−
]
pub trait Sealed { }
Implementors
§
source
§
impl<K, V>
Sealed
for
Entry
<'_, K, V>
source
§
impl<K, V>
Sealed
for
IndexedEntry
<'_, K, V>
source
§
impl<K, V>
Sealed
for
OccupiedEntry
<'_, K, V>
source
§
impl<K, V>
Sealed
for
VacantEntry
<'_, K, V>
source
§
impl<K, V, S>
Sealed
for
IndexMap
<K, V, S>