indexmap
2.10.0
Sealed
Implementors
In indexmap::
map::
mutable::
private
indexmap
::
map
::
mutable
::
private
Trait
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>