Struct indexmap::map::VacantEntry[][src]

pub struct VacantEntry<'a, K: 'a, V: 'a> { /* fields omitted */ }

Methods

impl<'a, K, V> VacantEntry<'a, K, V>
[src]

Return the index where the key-value pair will be inserted.

Auto Trait Implementations

impl<'a, K, V> Send for VacantEntry<'a, K, V> where
    K: Send,
    V: Send

impl<'a, K, V> Sync for VacantEntry<'a, K, V> where
    K: Sync,
    V: Sync