Struct abstutil::VecMap [−][src]
Use when your key is just PartialEq, not Ord or Hash.
Fields
inner: Vec<(K, V)>
Implementations
impl<K: Clone + PartialEq, V> VecMap<K, V>
[src]
impl<K: Clone + PartialEq, V> VecMap<K, V>
[src]Trait Implementations
Auto Trait Implementations
impl<K, V> RefUnwindSafe for VecMap<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for VecMap<K, V> where
K: Send,
V: Send,
K: Send,
V: Send,
impl<K, V> Sync for VecMap<K, V> where
K: Sync,
V: Sync,
K: Sync,
V: Sync,
impl<K, V> Unpin for VecMap<K, V> where
K: Unpin,
V: Unpin,
K: Unpin,
V: Unpin,
impl<K, V> UnwindSafe for VecMap<K, V> where
K: UnwindSafe,
V: UnwindSafe,
K: UnwindSafe,
V: UnwindSafe,