pub struct Idx<K: Copy + PartialEq + Hash, V: Copy + Hash> { /* private fields */ }Expand description
An index mapping keys to values
Implementations§
Auto Trait Implementations§
impl<K, V> !Freeze for Idx<K, V>
impl<K, V> !RefUnwindSafe for Idx<K, V>
impl<K, V> Send for Idx<K, V>
impl<K, V> Sync for Idx<K, V>
impl<K, V> Unpin for Idx<K, V>
impl<K, V> UnwindSafe for Idx<K, V>where
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more