indexmap::map::mutable::private

Trait Sealed

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>