pub struct IndexMap<I: Into<usize> + From<usize>, V> { /* private fields */ }
Expand description
Stores index based maps.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, V> Freeze for IndexMap<I, V>
impl<I, V> RefUnwindSafe for IndexMap<I, V>where
I: RefUnwindSafe,
V: RefUnwindSafe,
impl<I, V> Send for IndexMap<I, V>
impl<I, V> Sync for IndexMap<I, V>
impl<I, V> Unpin for IndexMap<I, V>
impl<I, V> UnwindSafe for IndexMap<I, V>where
I: 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