[−][src]Trait fixed_map::key::Key
The trait for a key that can be used to store values in the maps.
Associated Types
Loading content...Implementations on Foreign Types
impl<V> Key<&'static str, V> for &'static str[src]
impl<V> Key<&'static str, V> for &'static strtype Storage = MapStorage<Self, V>
impl<K, V> Key<Option<K>, V> for Option<K> where
K: Key<K, V>, [src]
impl<K, V> Key<Option<K>, V> for Option<K> where
K: Key<K, V>, type Storage = OptionStorage<K, V>
impl<V> Key<char, V> for char[src]
impl<V> Key<char, V> for chartype Storage = MapStorage<char, V>
impl<V> Key<u8, V> for u8[src]
impl<V> Key<u8, V> for u8type Storage = MapStorage<u8, V>
impl<V> Key<u32, V> for u32[src]
impl<V> Key<u32, V> for u32type Storage = MapStorage<u32, V>
impl<V> Key<u64, V> for u64[src]
impl<V> Key<u64, V> for u64type Storage = MapStorage<u64, V>
impl<V> Key<u128, V> for u128[src]
impl<V> Key<u128, V> for u128type Storage = MapStorage<u128, V>
impl<V> Key<usize, V> for usize[src]
impl<V> Key<usize, V> for usizetype Storage = MapStorage<usize, V>
impl<V> Key<i8, V> for i8[src]
impl<V> Key<i8, V> for i8type Storage = MapStorage<i8, V>
impl<V> Key<i32, V> for i32[src]
impl<V> Key<i32, V> for i32type Storage = MapStorage<i32, V>
impl<V> Key<i64, V> for i64[src]
impl<V> Key<i64, V> for i64type Storage = MapStorage<i64, V>
impl<V> Key<i128, V> for i128[src]
impl<V> Key<i128, V> for i128type Storage = MapStorage<i128, V>
impl<V> Key<isize, V> for isize[src]
impl<V> Key<isize, V> for isizetype Storage = MapStorage<isize, V>
impl<V> Key<(), V> for ()[src]
impl<V> Key<(), V> for ()type Storage = SingletonStorage<(), V>
impl<V> Key<bool, V> for bool[src]
impl<V> Key<bool, V> for bool